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

# Get Notes Breakdown Summary

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

Get summary statistics for ungrouped notes breakdown (all filtered results).

## Query parameters

- `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

- NoteGroupSummary — Summary statistics for a specific group.
  - `groupKey` string, required — The group key this summary belongs to
  - `totalNotes` integer, required — Total number of notes in this group
  - `providerCount` integer, required — Number of providers in this group
  - `uniquePatients` integer, required — Number of unique patients
  - `uniqueLocations` integer, required — Number of unique locations
  - `earliestFirstNoteDate` string, date-time, nullable — Earliest first note date across all providers
  - `latestLastNoteDate` string, date-time, nullable — Latest last note date across all providers

## 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)
