Flows
Get flow status
Get a flow’s status by flow ID. Use this endpoint to check whether a flow is running or not, 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
GET
/
v2
/
flows
/
{id}
/
status
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the flow
Response
200 - application/json
The ID of the flow
The lifecycle status of the flow
Available options:
PENDING
, RUNNING
, NOT_RUNNING
The disposition of the flow
Available options:
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.