Sample - Twilio API
GET/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json

List recordings for a call

Lists recordings belonging to a specific call. Use the date filters to restrict recordings by creation date and the pagination parameters to control the returned page.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

8 parameters
AccountSidstringrequired
The account SID that owns the recordings. Must be a 34-character value matching the `AC` SID format.
CallSidstringrequired
The call SID whose recordings to retrieve. Must be a 34-character value matching the `CA` SID format.
DateCreatedstringoptional
Filters recordings by creation date in `YYYY-MM-DD` format and supports inequality expressions such as `DateCreated<=YYYY-MM-DD` and `DateCreated>=YYYY-MM-DD`.
DateCreated<stringoptional
Filters recordings by creation date in `YYYY-MM-DD` format using a less-than date condition.
DateCreated>stringoptional
Filters recordings by creation date in `YYYY-MM-DD` format using a greater-than date condition.
PageSizeintegeroptional
The number of recordings to return per page. Must be between 1 and 1000 and defaults to 50 when omitted.
Pageintegeroptional
The zero-based page index used to maintain client pagination state.
PageTokenstringoptional
The pagination token provided by the API for retrieving a specific page.

1 status code
200Returns a paginated recording response containing recording objects with recording metadata and page navigation information.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
recordingsarray<object>optional

Error handling

AccountSid must be a 34-character account SID beginning with AC, and CallSid must be a 34-character call SID beginning with CA. Each date filter must use the YYYY-MM-DD format, and PageSize must be between 1 and 1000.