---
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-09-26** `4dfe86ff412c` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-25T05:49:17.310092` to `2026-09-25T11:05:07.434236`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-26T05:49:17.310039` to `2026-08-26T11:05:07.434213`
- **2026-09-25** `959a390850bb` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-24T12:20:02.415507` to `2026-09-25T05:49:17.310092`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-25T12:20:02.415479` to `2026-08-26T05:49:17.310039`
- **2026-09-24** `eb8306fa77dd` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-23T11:42:03.833369` to `2026-09-24T12:20:02.415507`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-24T11:42:03.833320` to `2026-08-25T12:20:02.415479`
- **2026-09-23** `eebfc2f234e1` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-17T14:39:45.848448` to `2026-09-23T11:42:03.833369`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-18T14:39:45.848402` to `2026-08-24T11:42:03.833320`
- …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/4dfe86ff412c?raw)
