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
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe flow run id
Query Parameters
since
string
default: 0001-01-01T00:00:00Only include runs that start or end after this time.
Response
200 - application/json
start_time
string
requiredend_time
string | null
requiredroot_node_ids
string[]
requirednodes
array
requiredartifacts
object[]
requiredstates
object[]
requiredWas this page helpful?