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

start_timestring date-time required
end_timestring date-time
root_node_idsstring[] required

Changes

Changed in 2 of the 50 revisions of this API.2

    • added the required property states to the response with the 200 status

      response-required-property-added

    • added the required property artifacts to the response with the 200 status

      response-required-property-added