Read Task Run States
Task Run States
Read Task Run States
Get states associated with a task run.
GET
Read Task Run States
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
Query Parameters
Response
Successful Response
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.