Skip to main content
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

Authorizations

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

Optional for standard partners.

Required for:

  • Bearer authentication. Use the same provider_id returned by the Login or Register API.
  • Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Example:

"provider-123"

Path Parameters

emr_encounter_id
string
required

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.

notes
object[]

All notes (compositions) for the EMR encounter.

Last modified on July 23, 2026