Recordings
Retrieve a Recording
Fetch full metadata for a specific Vobiz call recording by ID - file URL, duration, format, associated call UUID, and storage billing.
GET
Retrieve a recording
Authentication required:
X-Auth-ID- Your account auth_id (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
You can obtain the
recording_id from the List All Recordings endpoint or from webhook notifications when recordings are created.Path parameters
| Field | Type | Required | Description |
|---|---|---|---|
auth_id | string | Yes | Your account ID. |
recording_id | string | Yes | The unique recording identifier. |
Response
Returns a complete Recording object with all attributes if the recording ID is valid. The single-recording response is a flat object (the fields are at the top level), unlike the List All Recordings response, which wraps each recording insidemeta + objects[].
Response - 200 OK
Response - 404 Not Found
Because the body is flat, extract fields directly - e.g.
jq -r '.recording_url'. There is no objects[0] wrapper on this endpoint.Examples
cURL Request
cURL
Download Recording File
Use therecording_url from the response to download the actual audio file. For a complete step-by-step guide including authentication details and troubleshooting, see the Download Recording Guide.
Using jq to Extract URL
Bash Script with jq
The
recording_url provides direct access to the audio file and can be used in media players or downloaded programmatically. These URLs may be temporary, so download recordings promptly for permanent storage.Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Example:
"rec_XXXXXXXXXX"
Response
200 - application/json
Recording details