Get List of Recordings
HTTP GET or POST. The query string parameters allow you to limit the list returned. Note: parameters are case-sensitive
Request Parameters
Parameter
Description
Filter using the CallSid parameter.
curl -X POST https://v1.api19.com/call/2012-04-24/Accounts/Call_API_Token/Recordings.json
-d 'CallSid=CAfe9ce46f104f5beeb10c83a5dad2be66' \
-d 'StartTime=2024-04-02 00:00:00'
-d 'EndTime=2024-04-02 10:00:00'
-d 'SortBy=DateCreated'
-u 'API_Token:account_sid'Last updated