Base path:
/recordingsCOLLECT_AUDIO nodes).
Related APIs:
- Call Flow API - Flow types including CollectAudioNode
- Call Report API - Query call execution details
Types
Type Definitions
Type Definitions
Get paginated list of all recordings
Stream recording audio for playback
Download recording as a file attachment
Get recording metadata without audio content
Get all recordings for a specific call
Soft delete a recording
Usage Notes
Recording ID from Flow
When usingCOLLECT_AUDIO node in a flow, the recording ID is stored in the variable specified by recordingIdVariable. This ID can be used to:
- Stream/download the recording via this API
- Reference the recording in call reports
Soft Delete
Recordings are soft-deleted (marked withdeletedAt timestamp) rather than permanently removed. Soft-deleted recordings are excluded from all API queries.
Audio Format
All recordings are stored as WAV files:- Sample rate: 8kHz
- Bit depth: 16-bit
- Channels: Mono (1)
- Content-Type:
audio/wav