---
title: "Get Snowflake Jobs Listing Graph Data"
method: GET
path: "/query/v2/snowflake_jobs/graph_data"
tags: ["QUERIES_V2"]
---

# Get Snowflake Jobs Listing Graph Data

`GET /query/v2/snowflake_jobs/graph_data`

## Query parameters

- `workflow_type` string, nullable
- `start_date` string, date-time
- `end_date` string, date-time
- `aggregate_by` string
- `workflows` string[], nullable
- `warehouses` string[], nullable
- `teams` string[], nullable
- `apps` string[], nullable
- `executionTimeFilter` number, nullable
- `executionTimeFilterMode` string, nullable
- `costFilter` number, nullable
- `costFilterMode` string, nullable
- `instance_id` string[], nullable
- `aggregate_date_interval` string
- `integration_names` string[], nullable
- `integration_environments` string[], nullable
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- object[]

## Other responses

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

## Changes

- **2026-08-27** `155ecb6a540e` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-25T13:00:44.093372` to `2026-08-25T13:00:44.611985`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-26T13:00:44.093314` to `2026-07-26T13:00:44.611961`
- **2026-08-26** `ec5d4d08b843` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-25T13:00:33.682522` to `2026-08-25T13:00:44.093372`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-26T13:00:33.682471` to `2026-07-26T13:00:44.093314`
- **2026-08-25** `64fc5b1ea2a2` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-21T05:09:38.506301` to `2026-08-25T13:00:33.682522`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-22T05:09:38.506248` to `2026-07-26T13:00:33.682471`
- **2026-08-23** `1e1a02864c72` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-21T05:12:16.119518` to `2026-08-21T05:09:38.506301`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-22T05:12:16.119492` to `2026-07-22T05:09:38.506248`
- …earlier changes not shown

[Full history](https://skmtc.dev/myaltimate/apis/fastapi/changes/query/v2/snowflake_jobs/graph_data/get.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/myaltimate/apis/fastapi/revisions/155ecb6a540e?raw)
