Get workflow status
Workflows
Get workflow status
Get a workflow’s status by workflow ID. Use this endpoint to check whether a workflow is running or not, or get details about the workflow’s last run.
GET
Get workflow status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID
Example:
568971
Response
OK
The ID of the workflow
The lifecycle status of the workflow
Available options:
PENDING, RUNNING, NOT_RUNNING The disposition of the workflow
Available options:
SUCCEEDED, FAILED, NONE The errors that occurred during the workflow's execution
The timestamp marking when the execution of the workflow was last completed. It will be set to null either if the workflow is actively running or has never been initiated.

