GET
/
api
/
flow_runs
/
{id}
/
graph-v2
{
  "start_time": "2023-11-07T05:31:56Z",
  "end_time": "2023-11-07T05:31:56Z",
  "root_node_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "nodes": [
    [
      "<any>"
    ]
  ],
  "artifacts": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created": "2023-11-07T05:31:56Z",
      "key": "<string>",
      "type": "<string>",
      "is_latest": true,
      "data": "<any>"
    }
  ],
  "states": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "timestamp": "2023-11-07T05:31:56Z",
      "type": "SCHEDULED",
      "name": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The flow run id

Query Parameters

since
string
default:
0001-01-01T00:00:00+00:00

Only include runs that start or end after this time.

Response

200
application/json
Successful Response
start_time
string | null
required
end_time
string | null
required
root_node_ids
string[]
required
nodes
array
required
artifacts
object[]
required
states
object[]
required