Skip to main content
GET
Gets the ambient context for a note.
Use this endpoint to get ambient note context aggregated across ambient sessions. The response context object can include fileds related to the visit context aggregated across sessions in the note. To know the supported visit type, encounter type, and provider role values, refer to the ambient Info endpoint. Use composition_id from Create ambient session as note_id.

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

note_id
string
required

Note identifier. Use the composition_id returned from Ambient session create.

Response

Success Response

Visit context aggregated across sessions in the note.

context
object

Note-level ambient context.

Last modified on July 23, 2026