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 finished and unfinished notes tied to an .
Pass the same
emr_encounter_id you sent when creating interoperable ambient sessions (UUID or non-UUID, at most 36 characters). 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. Refer to 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
EMR encounter id (UUID or non-UUID, at most 36 characters). Same value you pass as emr_encounter_id on Ambient session create for interoperable workflows.
Maximum string length:
36Response
Success Response
Notes linked to the EMR encounter.
All notes (compositions) for the EMR encounter.
Last modified on September 2, 2026