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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID
OK
The ID of the workflow
The lifecycle status of the workflow
PENDING, RUNNING, NOT_RUNNING The disposition of the workflow
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.