---
title: "Get encounter content"
method: GET
path: "/api/v1/ambient/encounter/{encounter_id}/content"
tags: ["/api/v1/ambient/encounter"]
---

# Get encounter content

`GET /api/v1/ambient/encounter/{encounter_id}/content`

Returns cumulative clinical content across all ambient sessions linked to the encounter. Use the `encounter_id` from session create when you grouped multiple sessions under one visit.

## Path parameters

- `encounter_id` string, required

## Headers

- `sdp_provider_id` string

## Response `200`

Request succeeded.

- ControllersEncounterContentResponse — Response body for the /encounter/{encounter_id}/content endpoint
  - `structured_data` ControllersStructuredDataBlock[] — Structured data extracted from the encounter
    - `data` object — The structured data in the block. This is a key-value pair where the key is the name of the data and the value is the data itself. For example, for medications, the key can be the name of the medication and the value can be the dosage. This is kept as map since we don't know the structure of the data that will be extracted.
    - `title` string — The title of the structured data block. Usually refers to names like Medications, Allergies, etc.
  - `summary` ControllersContentBlock[] — Cumulative summary of the encounter
    - `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. The request body or parameters failed validation.
- `401` — Unauthorized. The Suki access token is missing, expired, or invalid.
- `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)
