GET
/
api
/
flow_runs
/
{id}
/
graph

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The flow run id

Response

200 - application/json
id
string
required
name
string
required
upstream_dependencies
object[]
required
state
object | null
required

Represents the state of a run.

expected_start_time
string | null
required
start_time
string | null
required
end_time
string | null
required
total_run_time
number | null
required
estimated_run_time
number | null
required
untrackable_result
boolean
required