Fetch an instance of a recording
Recordings of phone calls
Fetch an instance of a recording
Path parameters
-
The SID of the Account that created the Recording resource to fetch.
-
The Twilio-provided string that uniquely identifies the Recording resource to fetch.
Query parameters
-
IncludeSoftDeleted boolean
A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days.
GET /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"api_version": "string",
"call_sid": "string",
"channels": 42,
"conference_sid": "string",
"date_created": "string",
"date_updated": "string",
"duration": "string",
"error_code": 42,
"media_url": "https://example.com",
"price": "string",
"price_unit": "string",
"sid": "string",
"source": "DialVerb",
"start_time": "string",
"status": "in-progress",
"subresource_uris": {},
"uri": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"api_version": "string",
"call_sid": "string",
"channels": 42,
"conference_sid": "string",
"date_created": "string",
"date_updated": "string",
"duration": "string",
"error_code": 42,
"media_url": "https://example.com",
"price": "string",
"price_unit": "string",
"sid": "string",
"source": "DialVerb",
"start_time": "string",
"status": "in-progress",
"subresource_uris": {},
"uri": "https://example.com"
}