Read Task Run State
Task Run States
Read Task Run State
Get a task run state by id.
For more information, see https://docs.prefect.io/v3/concepts/tasks.
GET
Read Task 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 task 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.