{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"projectId": "<string>",
"flowId": "<string>",
"tags": [
"<string>"
],
"flowVersionId": "<string>",
"flowDisplayName": "<string>",
"terminationReason": "<string>",
"logsFileId": "<string>",
"tasks": 123,
"status": "FAILED",
"duration": 123,
"startTime": "<string>",
"finishTime": "<string>",
"environment": "PRODUCTION",
"pauseMetadata": {
"type": "DELAY",
"resumeDateTime": "<string>",
"handlerId": "<string>",
"progressUpdateType": "WEBHOOK_RESPONSE"
},
"steps": {},
"failedStepName": "<string>"
}
The schema is of type object
.