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

List recordings for an account

Lists recordings belonging to the account identified by AccountSid. Use the date, call, conference, and deletion filters to narrow the results, and use PageSize, Page, and PageToken to navigate the paginated response.

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

10 parameters
AccountSidstringrequired
The account SID whose recordings you want to list. Must be 34 characters and match the `AC` SID format.
DateCreatedstringoptional
Filters recordings created on the specified date or supports an inequality such as `DateCreated<=YYYY-MM-DD` or `DateCreated>=YYYY-MM-DD`. Use the specified date-time format.
DateCreated<stringoptional
Filters recordings created before or on the specified date. Use the specified date-time format.
DateCreated>stringoptional
Filters recordings created after or on the specified date. Use the specified date-time format.
CallSidstringoptional
Filters recordings associated with a call. Must be 34 characters and match the `CA` SID format.
ConferenceSidstringoptional
Filters recordings associated with a conference. Must be 34 characters and match the `CF` SID format.
IncludeSoftDeletedbooleanoptional
Controls whether recordings deleted within the 40-day retention period are included.
PageSizeintegeroptional
The number of recordings to return per page. Defaults to 50 when omitted and must be between 1 and 1000.
Pageintegeroptional
The page index used for client-side pagination. Must be zero or greater.
PageTokenstringoptional
The pagination token provided by the API for retrieving a specific result page.

1 status code
200Returns a paginated object containing recording resources and navigation metadata, including the current page, page size, result indexes, and related page URIs.
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. PageSize must be between 1 and 1000, Page must be zero or greater, and date filters must use the specified date-time format.