Calls
Get Recording
Get recording URLs for a call
POST
Retrieve recording URLs for a specific call. Returns all available recordings (e.g., main conversation, transfer segments). If recordings haven’t been synced to permanent storage yet, the original provider URL is returned as a fallback.
Request Body
The unique identifier of the call to get recordings for.
Response
The call identifier.
URL of the primary recording.
Array of all recording segments for this call.Each recording contains:
url— Direct URL to the audio filelabel— Segment type:main,transfer_conference,reconnect_to_agent, etc.duration_seconds— Length in secondssource— Origin:signalwire,livekit, orunknownstatus—synced(permanent URL) orpending_sync(provider URL, may expire)created_at— ISO 8601 timestamp