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

# Get Snowflake Jobs Listing Graph Summary

`GET /query/v2/snowflake_jobs/graph_summary`

Returns total cost summary for the given filters.

## 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-27** `43b5caed3c56` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-25T11:05:07.434236` to `2026-09-25T11:05:20.128159`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-26T11:05:07.434213` to `2026-08-26T11:05:20.128105`
- **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`
- …earlier changes not shown

[Full history](https://skmtc.dev/myaltimate/apis/fastapi/changes/query/v2/snowflake_jobs/graph_summary/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/43b5caed3c56?raw)
