Flow Runs
Read Flow Run
Get a flow run by id.
get/api/flow_runs/{id}
Path parameters
idstring uuid required
The flow run id
The flow run id
Headers
x-prefect-api-versionstring
Response
Successful Response
Example response
{
"name": "my-flow-run",
"deployment_version": "1.0",
"flow_version": "1.0",
"context": {
"my_var": "my_val"
},
"tags": [
"tag-1",
"tag-2"
],
"work_pool_name": "my-work-pool",
"state": {
"message": "Run started"
}
}Changes
Changed in 4 of the 50 revisions of this API.4
- ○
added the optional property
empirical_policy/retry_typeto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
deployment_versionto the response with the200statusresponse-optional-property-added
- ○
- ○
the response property
flow_idbecame required for the status200response-property-became-required
- ○
- ○
added the optional property
job_variablesto the response with the200statusresponse-optional-property-added
- ○