Get a flow’s status by flow ID. Use this endpoint to check whether a flow is running, or get details about the flow’s last run. The response includes the flow’s lifecycle status, disposition, and the status of the resources involved in the last run.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the flow
OK
The ID of the flow
The lifecycle status of the flow
PENDING, RUNNING, NOT_RUNNING The disposition of the flow
SUCCEEDED, FAILED, NONE The errors that occurred during the flow's execution
The timestamp marking when the execution of the flow was last completed. It will be set to null either if the flow is actively running or has never been initiated.