Read Flow Run State
Flow Run States
Read Flow Run State
Get a flow run state by id.
For more information, see https://docs.prefect.io/v3/concepts/flows#final-state-determination.
GET
Read Flow Run State
Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Path Parameters
The flow run state id
Response
Successful Response
Represents the state of a run.
Enumeration of state types.
Available options:
SCHEDULED, PENDING, RUNNING, COMPLETED, FAILED, CANCELLED, CRASHED, PAUSED, CANCELLING Example:
"Run started"
Data associated with the state, e.g. a result. Content must be storable as JSON.