prefect.server.api.task_run_states
¶
Routes for interacting with task run state objects.
read_task_run_state
async
¶
Get a task run state by id.
Source code in prefect/server/api/task_run_states.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
read_task_run_states
async
¶
Get states associated with a task run.
Source code in prefect/server/api/task_run_states.py
40 41 42 43 44 45 46 47 48 49 50 51 |
|