v1

latestOpenAPI 3.1.1Proprietary2026-07-245895107.9 KB
Audio Files

Search audio files

Search for audio files.

get/audio-files

Query parameters

namestring

Audio file name. You can use a partial name.

status'ready' | 'processing' | 'pending-content' | 'pending-conversion' | 'error'

Audio file status

Example:ready

Audio file status

source'phone-record' | 'system' | 'file-upload'

Audio file source

Example:system

Audio file source

sort'name' | 'created' | 'updated'

Sort by one field

order'asc' | 'desc'

Sort order (ascending or descending)

offsetinteger

Offset index (zero-based)

Search offset index (zero-based)

limitinteger

Limit search results

Example:20

Number of items to return

Response

Search results

offsetinteger required

Offset index (zero-based)

totalinteger required
hasMoreboolean required

Whether there are more results available

Example response

{
  "total": 20,
  "hits": [
    {
      "sid": "callrsid",
      "name": "My Audio File",
      "duration": 42,
      "source": "system",
      "url": "https://media.callr.com/library/1214981-F54777F6.mp3",
      "readonly": true,
      "status": "ready",
      "created": "2024-04-24T17:42:28Z",
      "updated": "2024-04-24T17:42:28Z"
    }
  ]
}