Ambient Content Retrieval
Get Ambient Session Content
Retrieve generated clinical content from completed ambient session
GET
cURL
Updated:You can now get the structured data blocks in the response of this API, including medication orders details.
cumulative query parameter to get the cumulative summary and structured data for the specified ambient session. If the query parameter is not provided, the default value is false.
You have two options for the cumulative query parameter:
Determines whether to retrieve cumulative or snapshot data.
Understanding the SKIPPED StatusIf you see a session with a
SKIPPED status, it means that the was not generated because the conversation was empty.This status is an expected outcome if an ambient session is started but contains no audible speech (for example, a silent recording). It does not indicate a system error.Unlike a FAILED status, which indicates a processing error, SKIPPED is a successful outcome where no action was needed. Typically filter out or ignore sessions with this status in your application’s user interface.Code examples
- Python
- TypeScript
Headers
sdp_suki_token
Unique identifier for the provider. Optional for standard partners. Required for Single Auth Token authentication, where multiple providers share the same partner_token.
Example:
"provider-123"
Path Parameters
ambient_session_id
Query Parameters
Optional. When true, return cumulative summary and structured data up to this session. When false (default), return snapshot data for this session only.
Last modified on June 12, 2026
cURL