Get recordings list by date range

Retrieve a list of recordings by date range. Each record includes a reference ID that you can use with other Recordings actions.

General requirements

  • Authentication: Basic
  • Protocols: HTTPS
  • Encoding: Accepts only UTF-8 unicode characters as inputs.
  • Responds with: application/json
  • Required headers: Content-Type - application/json
  • Rate limit: Default rate limits by product
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

A timestamp defining the beginning of the date range (inclusive). If you include this, you must also include the end_date_time param, and must not include token.

string

A timestamp defining the end of the date range (inclusive). If you include this, you must also include the start_date_time param, and must not include token.

string
length ≤ 100

The number of records to return per page.

string

Indicates to the service at which page of records to begin retrieval. Found in your previous request to the API. If you include this, you must not include either the start_date_time or the end_date_time params.

Responses

400

Bad Request. Your request contains invalid parameters, contains mutually exclusive parameters, or is missing required parameters. If you included start_date_time and end_date_time, check that their values were in proper UTC format, and that token was not included. If you included token, check that its value was a valid token from a previous request to this API, and that start_date_time and end_date_time were not included.

401

Unauthorized. Customer ID and/or API Key were not provided or were not valid.

404

Not Found. No records were found matching the details of your request.

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json