Fetch call recording
documentedRead metadata for a specific call recording.
GET /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.jsonVoiceno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.twilio.com/2010-04-01/Accounts/{{$account_sid}}/Recordings/{{$recording_sid}}.json" \
-X GET \
-u "{{$twilio_account_sid}}:{{$twilio_auth_token}}" \
-H "Accept: application/json"