Skip to main content
GET
cURL
Use this endpoint to get the full for a specified after it has completed.
Updated:The response will now include the new lang_id field within the payload. The lang_id field indicates the language in which the transcript was sent.
For a full list of language codes and their corresponding languages, refer to the Language code reference section.

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.

Response

Request succeeded.

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

final_transcript
object[]

Collection of transcripts for the ambient session

Last modified on July 23, 2026