Flow Runs
Read Flow Run Graph V1
Get a task run dependency map for a given flow run.
get/api/flow_runs/{id}/graph
Path parameters
idstring uuid required
The flow run id
The flow run id
Headers
x-prefect-api-versionstring
Response
Successful Response
Example response
[
{
"state": {
"message": "Run started"
}
}
]