Flow Runs
Read Flow Run Graph V1
Get a task run dependency map for a given flow run.
GET
/
api
/
flow_runs
/
{id}
/
graph
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe flow run id
Response
200 - application/json
id
string
requiredname
string
requiredupstream_dependencies
object[]
requiredstate
object | null
requiredRepresents the state of a run.
expected_start_time
string | null
requiredstart_time
string | null
requiredend_time
string | null
requiredtotal_run_time
number | null
requiredestimated_run_time
number | null
requireduntrackable_result
boolean
requiredWas this page helpful?