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