---
title: "Get Notes Breakdown Groups"
method: GET
path: "/analytics/dashboards/notes-breakdown/notes-breakdown-groups"
tags: ["provider", "analytics", "analytics"]
---

# Get Notes Breakdown Groups

`GET /analytics/dashboards/notes-breakdown/notes-breakdown-groups`

Get notes breakdown groups with totals for the GroupedTableOrchestrator.

Returns distinct group keys with their total counts for efficient grouping.

## Query parameters

- `group_by` 'location' | 'created_date' | 'week' | 'month', required
- `timezone` string, required — Timezone for date grouping (e.g., 'America/New_York', 'UTC')
- `start_date` string, nullable
- `end_date` string, nullable
- `location_ids` string[], nullable
- `location_names` string[], nullable
- `provider_ids` string[], nullable
- `provider_names` string[], nullable

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- NoteGroupItem[]
  - `key` string, required
  - `label` string, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
