Skip to main content
GET
cURL
Updated:You can now get the structured data blocks in the response of this API, including medication orders details.
Use this endpoint to get the summary and associated with the specified . This endpoint uses the 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:
boolean
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

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

ambient_session_id
string
required

UUID for the ambient session. Use the ambient_session_id returned from Create Ambient Session, or the UUID you supplied in that request.

Query Parameters

cumulative
boolean
default:false

Optional. When true, return cumulative summary and structured data up to this session. When false (default), return snapshot data for this session only.

Response

Request succeeded.

Response body for the /session/{ambient_session_id}/content endpoint

structured_data
object[]

Structured data extracted from the ambient session.

summary
object[]

Summary of the ambient session.

Last modified on July 23, 2026