Get Form Filling Session Recording
Get presigned URLs for Form filling session recordings for streaming or download
GET
cURL
Use this endpoint to get presigned URLs for all recordings for a Form filling session.
Pass the Form filling
For how to use presigned URLs after retrieval, refer to Ambient audio streaming & download.
Use the
ambient_session_id from Create Form Filling session in the path.
Use the
ambient_session_id from Create Form Filling session. It is not the same value as an Create Ambient session, even though both fields use the name ambient_session_id.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 30, 2026
cURL