Flow Run States
Read Flow Run State
Get a flow run state by id.
get/api/flow_run_states/{id}
Path parameters
idstring uuid required
The flow run state id
The flow run state id
Headers
x-prefect-api-versionstring
Response
Successful Response
Example response
{
"message": "Run started"
}