Task Run States
Read Task Run States
Get states associated with a task run.
get/api/task_run_states/
Query parameters
task_run_idstring uuid required
Headers
x-prefect-api-versionstring
Response
Successful Response
Example response
[
{
"message": "Run started"
}
]