---
title: "Get Snowflake Job Runs Graph"
method: GET
path: "/query/v2/snowflake_jobs/runs_graph/{workflow_id}"
tags: ["QUERIES_V2"]
---

# Get Snowflake Job Runs Graph

`GET /query/v2/snowflake_jobs/runs_graph/{workflow_id}`

## Path parameters

- `workflow_id` string, required

## Query parameters

- `start_date` string, date-time
- `end_date` string, date-time
- `task_id` string, nullable
- `instance_id` string
- `sort_key` string, nullable
- `sort_order` string, nullable
- `run_id` string, nullable
- `run_status` string, nullable
- `command` string[], nullable
- `page` integer, nullable
- `size` integer, nullable
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- JobRunGraphResponse[]
  - `run_id` string, nullable
  - `timestamp` string, date-time, required
  - `start_time` string, date-time, nullable
  - `query_cost` number, required
  - `execution_time` number, required
  - `annotation` RunEvents
    - `warehouse_change` string, nullable
    - `code_change` string, nullable
    - `execution_status` string, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
