GET
/
api
/
flow_run_states

Headers

x-prefect-api-version
string

Query Parameters

flow_run_id
string
required

Response

200 - application/json
id
string
required
type
enum<string>
required

Enumeration of state types.

Available options:
SCHEDULED,
PENDING,
RUNNING,
COMPLETED,
FAILED,
CANCELLED,
CRASHED,
PAUSED,
CANCELLING
data
any | null

Data associated with the state, e.g. a result. Content must be storable as JSON.

message
string | null
name
string | null
state_details
object
timestamp
string