Recordings

List recordings

Returns the project's voice call recordings for later review or cleanup. Use it to browse recordings across calls; use Get recording when you already have the recording ID. Compatibility Recordings include per-call creation and management, while Room Recordings contain video-room media.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.

Learn more about API scopes.

get/api/relay/rest/recordings

Response

The request has succeeded.

Example response

{
  "data": [
    {
      "duration_in_seconds": 2,
      "price": 0.05,
      "price_unit": "USD",
      "status": "completed",
      "url": "https://example.com/recording.mp3",
      "byte_size": 10,
      "track": "inbound"
    }
  ]
}

Changes

Changed in 2 of the 137 revisions of this API.4

    • added ConferenceRecording to the data/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added the optional property data/items/anyOf[PstnRecording]/relay_conference_id to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/anyOf[SipRecording]/relay_conference_id to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/anyOf[WebRtcRecording]/relay_conference_id to the response with the 200 status

      response-optional-property-added

Of the 137 revisions, 3 have a changelog that could not be searched.