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