Ambient Content Retrieval
Get Ambient Session Recording
Get presigned URLs for ambient session recordings for streaming or download
GET
cURL
Use this endpoint to get presigned URLs for all recordings for the . Refer to the Audio streaming & download guide for more details.
Use the
download query parameter to control the URL type:
- If
download=true, the URL is for downloading the full file. - If
download=falseor omitted, the URL supports streaming with range requests.
Code examples
- Python
- TypeScript
Headers
Suki-issued JWT; partner_id is read from token claims for recording access metrics.
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
Unique identifier for the ambient session.
Query Parameters
If true, returns download-only URLs; if false or omitted, URLs support streaming with Range requests.
Last modified on June 12, 2026
cURL