---
title: "Gets the content for a note."
method: GET
path: "/api/v1/ambient/note/{note_id}/content"
tags: ["/api/v1/ambient/note"]
---

# Gets the content for a note.

`GET /api/v1/ambient/note/{note_id}/content`

## Path parameters

- `note_id` string, required

## Headers

- `sdp_provider_id` string

## Response `200`

Success Response

- ControllersGetNoteContentResponse — Accumulated note content across sessions in the note. For sections that were edited (for example in Web SDK), returns the latest edited section content.
  - `summary` ControllersContentBlock[] — Summary of the note (section content blocks rendered from the composition).
    - `content` string — The body of the content block usually refers to the content of the section.
    - `loinc_code` string — The LOINC code of the content block.
    - `source_transcripts` string[] — The source transcripts that were used to generate the content block.
    - `title` string — The title of the content block usually refers to section name.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/suki/apis/suki-developer-platform.md) · [All operations](https://skmtc.dev/suki/apis/suki-developer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/suki/suki-developer-platform/revisions/5f420a18fb68/schema)
