Retrieve a specific Asset resource
A wrapper that represents a static file and groups the different Versions of the static file.
Retrieve a specific Asset resource.
Path parameters
-
The SID of the Service to fetch the Asset resource from.
-
The SID that identifies the Asset resource to fetch.
GET /v1/Services/{ServiceSid}/Assets/{Sid}
curl \
-X GET https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"links": {},
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"links": {},
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}