List
Use this endpoint for the Recordings method to fetch all the recordings that are associated with your SignalWire account. This will be returned as a list of recordings.
Path parameters
AccountSid
The unique identifier for the account that is associated with this recording.
Query parameters
DateCreated
Filter by recordings created on this exact date (RFC 2822 format).
DateCreated<
Filter by recordings created before this date (RFC 2822 format).
DateCreated>
Filter by recordings created after this date (RFC 2822 format).
CallSid
Filter by recordings associated with a specific call.
ConferenceSid
Filter by recordings associated with a specific conference.
Page
The page number to retrieve (zero-indexed).
PageSize
The number of results per page. Default is 50, maximum is 1000.
PageToken
Token for cursor-based pagination. Required when navigating to pages beyond the first.
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. Null if there are no more pages.
previous_page_uri
The URI of the previous page. Null if this is the first page.
page
The current page number (zero-indexed).
page_size
The number of items per page.
recordings
List of recordings.
Response
Request examples
Request: list all recordings of a call
List All Recordings of a Call.
Request: list all recordings on September 25, 2018
List All Recordings on September 25, 2018