Retrieve a list of all Assets.
A wrapper that represents a static file and groups the different Versions of the static file.
Retrieve a list of all Assets.
GET
/v1/Services/{ServiceSid}/Assets
curl \
--request GET 'https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets' \
--user "username:password"
Response examples (200)
{
"meta": {
"key": "assets",
"url": "https://serverless.twilio.com/v1/Services/ZS00000000000000000000000000000000/Assets?PageSize=50&Page=0",
"page": 0,
"page_size": 50,
"next_page_url": null,
"first_page_url": "https://serverless.twilio.com/v1/Services/ZS00000000000000000000000000000000/Assets?PageSize=50&Page=0",
"previous_page_url": null
},
"assets": []
}