v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
Recordings

List recordings

Returns a list of your recordings.

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"
    }
  ]
}