call-recordings

Get a call recording by its ID

Returns a single call recording by ID.

Rate limit: 300 requests per minute

get/call-recordings/{id}

Path parameters

idstring required

The ID of the call recording to fetch.

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "custom_fields": {
      "sentiment": {
        "value": "positive"
      }
    }
  }
}

Changes

Changed in 1 of the 22 revisions of this API.1