SuccessResponse_Job
successboolean
Constant value:
truedata object
idinteger
slugstring
statusJobStatus (string)
Possible values: [pending, running, retrying, completed, failed]
resultobject | nullnullable
Job output (present when completed or failed)
errorstring | nullnullable
retryCountinteger
nodeCountinteger | nullnullable
lastNodeIdstring | nullnullable
executionCostnumber | nullnullable
executionTimenumber | nullnullable
executionStartedAtstring,null<date-time>nullable
executionCompletedAtstring,null<date-time>nullable
workflowIdinteger
creatorIdinteger
createdAtstring<date-time>
updatedAtstring<date-time>
SuccessResponse_Job
{
"success": true,
"data": {
"id": 0,
"slug": "string",
"status": "pending",
"result": "Unknown Type: object,null",
"error": "string",
"retryCount": 0,
"nodeCount": 0,
"lastNodeId": "string",
"executionCost": 0,
"executionTime": 0,
"executionStartedAt": "2024-07-29T15:51:28.071Z",
"executionCompletedAt": "2024-07-29T15:51:28.071Z",
"workflowId": 0,
"creatorId": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
}