list_recordings
list_recordings
List recordings for a conference.
Path parameters
AccountSid
The unique identifier for the account that created this conference.
ConferenceSid
The unique identifier for the conference this participant is in.
Query parameters
DateCreated
Shows recordings that were created on the date provided. Format: YYYY-MM-DD.
DateCreated<
Shows recordings that were created before the date provided. Format: YYYY-MM-DD.
DateCreated>
Shows recordings that were created after the date provided. Format: YYYY-MM-DD.
Page
The page number to retrieve. Page numbers are zero-indexed, so the first page is 0.
PageSize
The number of results to return per page. The default is 50, and the maximum is 1000.
PageToken
A token used to retrieve a specific page of results. Must start with PA or PB.
Response
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page.
previous_page_uri
The URI of the previous page.
page
The current page number.
page_size
The number of items per page.
recordings
List of recordings.
Response Example
Response