v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-053917213.0 KB
ServerlessV1FunctionVersion

Retrieve a specific Function Version resource.

Retrieve a specific Function Version resource.

get/v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}

Path parameters

ServiceSidstring required

The SID of the Service to fetch the Function Version resource from.

FunctionSidstring required

The SID of the function that is the parent of the Function Version resource to fetch.

Sidstring required

The SID of the Function Version resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the Function Version resource.

account_sidstring nullable

The SID of the Account that created the Function Version resource.

service_sidstring nullable

The SID of the Service that the Function Version resource is associated with.

function_sidstring nullable

The SID of the Function resource that is the parent of the Function Version resource.

pathstring nullable

The URL-friendly string by which the Function Version resource can be referenced. It can be a maximum of 255 characters. All paths begin with a forward slash ('/'). If a Function Version creation request is submitted with a path not containing a leading slash, the path will automatically be prepended with one.

visibility'public' | 'private' | 'protected'

The access control that determines how the Function Version resource can be accessed. Can be: public, protected, or private.

date_createdstring date-time nullable

The date and time in GMT when the Function Version resource was created specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the Function Version resource.

linksobject nullable