---
title: "Get Dbt Job Tasks Summary"
method: GET
path: "/query/v2/dbt-jobs/tasks/summary/{workflow_id}"
tags: ["QUERIES_V2"]
---

# Get Dbt Job Tasks Summary

`GET /query/v2/dbt-jobs/tasks/summary/{workflow_id}`

## Path parameters

- `workflow_id` string, required

## Query parameters

- `task_id` string
- `start_date` string, date-time
- `end_date` string, date-time
- `task_type` string[], nullable
- `run_id` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- DbtJobTasksSummaryResponse — Response model for DBT job tasks summary with cost breakdown by task type.
  - `total_cost` number, required — Total cost across all DBT task types
  - `model_cost` number, required — Cost for DBT model tasks
  - `test_cost` number, required — Cost for DBT test tasks
  - `seed_cost` number, required — Cost for DBT seed tasks
  - `snapshot_cost` number, required — Cost for DBT snapshot tasks
  - `test_coverage` number, nullable — Test coverage percentage (0-100)

## Other responses

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

## Changes

- **2026-09-04** `6a5cb27d6a80` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-03T16:55:07.259200` to `2026-09-03T16:55:07.107528`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-04T16:55:07.259143` to `2026-08-04T16:55:07.107472`
- **2026-09-04** `51aa5d004c49` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-03T00:47:35.285456` to `2026-09-03T16:55:07.259200`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-04T00:47:35.285329` to `2026-08-04T16:55:07.259143`
- **2026-09-03** `b8f442483dc9` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-09-01T16:56:41.572571` to `2026-09-03T00:47:35.285456`
  - for the `query` request parameter `start_date`, default value was changed from `2026-08-02T16:56:41.572534` to `2026-08-04T00:47:35.285329`
- **2026-09-02** `fcb62c79da95` — 2 breaking
  - for the `query` request parameter `end_date`, default value was changed from `2026-08-27T15:28:29.511169` to `2026-09-01T16:56:41.572571`
  - for the `query` request parameter `start_date`, default value was changed from `2026-07-28T15:28:29.511132` to `2026-08-02T16:56:41.572534`
- …earlier changes not shown

[Full history](https://skmtc.dev/myaltimate/apis/fastapi/changes/query/v2/dbt-jobs/tasks/summary/:workflow_id/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/6a5cb27d6a80/schema)
