---
title: "Get Note Versions"
method: GET
path: "/notes/{parent_note_id}/revisions"
tags: ["provider", "scribe", "note"]
---

# Get Note Versions

`GET /notes/{parent_note_id}/revisions`

Return minimal data required for NoteSummary for each note version.

NoteSummary requires: id, patient_names, provider_names, version, created_date.
We avoid loading heavy relationships and select only the columns needed.

## Path parameters

- `parent_note_id` string, required

## Headers

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

## Response `200`

Successful Response

- NoteSummary[]
  - `id` string, required
  - `patientNames` string[]
  - `providerNames` string[]
  - `version` integer, required
  - `createdDate` string, date-time, required
  - `signedOffProviderId` string, nullable
  - `signedOffDate` string, date-time, nullable

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