Flow Runs
Read Flow Run Graph V2
Get a graph of the tasks and subflow runs for the given flow run
get/api/flow_runs/{id}/graph-v2
Path parameters
idstring uuid required
The flow run id
The flow run id
Query parameters
sincestring date-time
Only include runs that start or end after this time.
Only include runs that start or end after this time.
Headers
x-prefect-api-versionstring
Response
Successful Response
Changes
Changed in 2 of the 50 revisions of this API.2
- ○
added the required property
statesto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
artifactsto the response with the200statusresponse-required-property-added
- ○