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.
GET
/v1/Services/{ServiceSid}/Assets/{Sid}
curl \
--request GET 'https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "ZH00000000000000000000000000000000",
"url": "https://serverless.twilio.com/v1/Services/ZS00000000000000000000000000000000/Assets/ZH00000000000000000000000000000000",
"links": {
"asset_versions": "https://serverless.twilio.com/v1/Services/ZS00000000000000000000000000000000/Assets/ZH00000000000000000000000000000000/Versions"
},
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"service_sid": "ZS00000000000000000000000000000000",
"date_created": "2018-11-10T20:00:00Z",
"date_updated": "2018-11-10T20:00:00Z",
"friendly_name": "test-asset"
}