Recordings
List recordings
List all recordings for an account with cursor-based pagination.
get/accounts/{account_id}/recordings
Path parameters
account_idstring required
The account ID to list recordings for.
Example:acct_01j9a43avnfqzbjfch6pygv1td
Query parameters
afterstring
Cursor for forward pagination. Use the next_cursor from a previous response.
beforestring
Cursor for backward pagination. Use the previous_cursor from a previous response.
Response
List of recordings
Example response
{
"data": [
{
"call": {
"contact": {
"email": "dom@toretto.family",
"first_name": "Dominic",
"id": "ctc_01ja88cboqffhswjx8zbak3ykk",
"last_name": "Toretto",
"metadata": {
"car": "1970 Dodge Charger R/T"
},
"phone_number": "+18015551234"
},
"duration": 184,
"id": "call_01jjnn7s0zfx5tdcsxjfy93et2",
"initiated_at": "2025-03-31T21:01:37Z",
"status": "completed"
},
"duration": 124,
"id": "rec_01kfyc9dgdec1avkgs7tng8htg"
}
],
"pagination": {
"next_cursor": "g3QAAAABZAACaWRtAAAAGnBuXzAxamtzY2s5eDdkeW0wZnBxZjdjYmRyeQ==",
"previous_cursor": null
}
}