Skip to main content
GET
Read Flow Run Graph V1

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The flow run id

Response

Successful Response

id
string<uuid>
required
name
string
required
upstream_dependencies
TaskRunResult · object[]
required
state
State · object | null
required

Represents the state of a run.

expected_start_time
string<date-time> | null
required
start_time
string<date-time> | null
required
end_time
string<date-time> | null
required
total_run_time
number | null
required
estimated_run_time
number | null
required
untrackable_result
boolean
required