get https://rest-ww.telesign.com/v2/call_recording
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
Log in to see full request history
Responses
400Bad 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.
401Unauthorized. Customer ID and/or API Key were not provided or were not valid.
404Not Found. No records were found matching the details of your request.