Flow Run States
Read Flow Run States
Get states associated with a flow run.
GET
/
api
/
flow_run_states
/
Headers
Query Parameters
Response
200 - application/json
Enumeration of state types.
Available options:
SCHEDULED
, PENDING
, RUNNING
, COMPLETED
, FAILED
, CANCELLED
, CRASHED
, PAUSED
, CANCELLING
Data associated with the state, e.g. a result. Content must be storable as JSON.
Was this page helpful?