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

# Get ambient session content

`GET /api/v1/ambient/session/{ambient_session_id}/content`

Returns the generated clinical note and related content for a completed or in-progress ambient session. Poll session status if content is not ready yet.

## Path parameters

- `ambient_session_id` string, required

## Query parameters

- `cumulative` boolean

## Headers

- `sdp_provider_id` string

## Response `200`

Request succeeded.

- ControllersSessionContentResponse — Response body for the /session/{ambient_session_id}/content endpoint
  - `structured_data` ControllersStructuredDataBlock[] — Structured data extracted from the ambient session.
    - `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[] — Summary of the ambient session.
    - `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)
