GET
/
api
/
flow_runs
/
{id}
/
graph
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "upstream_dependencies": [
      {
        "input_type": "task_run",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      }
    ],
    "state": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "SCHEDULED",
      "name": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "message": "Run started",
      "data": "<any>",
      "state_details": {
        "flow_run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "task_run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "child_flow_run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "scheduled_time": "2023-11-07T05:31:56Z",
        "cache_key": "<string>",
        "cache_expiration": "2023-11-07T05:31:56Z",
        "deferred": true,
        "untrackable_result": false,
        "pause_timeout": "2023-11-07T05:31:56Z",
        "pause_reschedule": false,
        "pause_key": "<string>",
        "run_input_keyset": {},
        "refresh_cache": true,
        "retriable": true,
        "transition_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "task_parameters_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "traceparent": "<string>"
      }
    },
    "expected_start_time": "2023-11-07T05:31:56Z",
    "start_time": "2023-11-07T05:31:56Z",
    "end_time": "2023-11-07T05:31:56Z",
    "total_run_time": 123,
    "estimated_run_time": 123,
    "untrackable_result": true
  }
]

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