---
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-30** `82206441f16e` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-27T15:28:28.861337` to `2026-08-27T15:28:28.867794`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-28T15:28:28.861314` to `2026-07-28T15:28:28.867770`
- **2026-08-29** `4e16bed5b3b0` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-27T15:28:48.623494` to `2026-08-27T15:28:28.861337`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-28T15:28:48.623436` to `2026-07-28T15:28:28.861314`
- **2026-08-28** `1c5434b4b4fd` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-27T15:28:46.019530` to `2026-08-27T15:28:48.623494`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-28T15:28:46.019479` to `2026-07-28T15:28:48.623436`
- **2026-08-27** `382a042b72c9` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-25T13:00:44.611985` to `2026-08-27T15:28:46.019530`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-26T13:00:44.611961` to `2026-07-28T15:28:46.019479`
- …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-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
