Recordings
Retrieve Recording
Retrieve metadata for a recording
GET
Retrieve the metadata for a specific recording by its ID.
Path Parameters
The unique recording identifier (e.g.,
rec_01HABC987654321).Response
Unique recording identifier.
Always
recording.The session this recording belongs to.
Audio channel:
agent, customer, or mixed.Recording status:
processing- Recording is being processedready- Recording is available for downloadfailed- Recording generation failed
Recording duration in seconds.
Audio format (e.g.,
mp3, wav).File size in bytes.
Audio sample rate in Hz.
Audio bit depth.
When the file is ready, a relative path such as
/v1/recordings/{id}/audio. Call it on https://api.kallglot.com with your API key (no separate download token in the response contract).Creation timestamp (ISO 8601).
When the recording will be deleted based on retention policy (ISO 8601).
Notes
When
download_url is present it points at the /v1/recordings/{id}/audio path on https://api.kallglot.com. Use your normal API key—there is no separate download token in the REST contract.