Returns a single Recording resource identified by a Recording SID
Single-track, single-media recordings
Returns a single Recording resource identified by a Recording SID.
Path parameters
-
The SID of the Recording resource to fetch.
GET /v1/Recordings/{Sid}
curl \
-X GET https://video.twilio.com/v1/Recordings/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"codec": "VP8",
"container_format": "mka",
"date_created": "2023-05-04T09:42:00+00:00",
"duration": 42,
"links": {},
"media_external_location": "https://example.com",
"offset": 42,
"sid": "string",
"size": 42,
"source_sid": "string",
"status": "processing",
"status_callback": "https://example.com",
"status_callback_method": "HEAD",
"track_name": "string",
"type": "audio",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"codec": "VP8",
"container_format": "mka",
"date_created": "2024-05-04T09:42:00+00:00",
"duration": 42,
"links": {},
"media_external_location": "https://example.com",
"offset": 42,
"sid": "string",
"size": 42,
"source_sid": "string",
"status": "processing",
"status_callback": "https://example.com",
"status_callback_method": "HEAD",
"track_name": "string",
"type": "audio",
"url": "https://example.com"
}