Flow Run States
Read Flow Run State
Get a flow run state by id.
GET
/
api
/
flow_run_states
/
{id}
Headers
Path Parameters
The flow run state id
Response
200 - application/json
Represents the state of a run.
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?