Retrieve a the content of a specific Function Version resource
The code of a Function Version.
Retrieve a the content of a specific Function Version resource.
Path parameters
-
The SID of the Service to fetch the Function Version content from.
-
The SID of the Function that is the parent of the Function Version content to fetch.
-
The SID of the Function Version content to fetch.
GET /v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}/Content
curl \
-X GET https://serverless.twilio.com/v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}/Content \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"content": "string",
"function_sid": "string",
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"content": "string",
"function_sid": "string",
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}