Ambient Content Retrieval
List Encounter Notes
List Ambient notes linked to an EMR encounter for cross-modality workflows
GET
Lists notes for an EMR encounter.
Use this endpoint to list all notes (compositions) tied to an .
Pass the same
emr_encounter_id you sent when creating interoperable ambient sessions. Use each returned note id as with the note-level content, context, and structured data endpoints.
Cross-modality ambient workflows require
emr_encounter_id on session create. Without it, notes are not interoperable across modalities. See Ambient interoperability for more details.Code examples
- Python
- TypeScript
Authorizations
Suki access token (suki_token) from Login or Register. Expires after one hour.
Headers
Optional for standard partners.
Required for:
- Bearer authentication. Use the same
provider_idreturned by the Login or Register API. - Single Auth Token authentication. Include the same
provider_idon every request assdp_provider_id.
Example:
"provider-123"
Path Parameters
UUID for the EMR encounter. Same value you pass as emr_encounter_id on Ambient session create for interoperable workflows.
Response
Success Response
Notes linked to the EMR encounter.
All notes (compositions) for the EMR encounter.
Last modified on July 23, 2026
Lists notes for an EMR encounter.