v50

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

Retrieve a specific Asset Version.

Retrieve a specific Asset Version.

get/v1/Services/{ServiceSid}/Assets/{AssetSid}/Versions/{Sid}

Path parameters

ServiceSidstring required

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

AssetSidstring required

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

Sidstring required

The SID of the Asset Version resource to fetch.

Response

OK

sidstring nullable

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

account_sidstring nullable

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

service_sidstring nullable

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

asset_sidstring nullable

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

pathstring nullable

The URL-friendly string by which the Asset Version can be referenced. It can be a maximum of 255 characters. All paths begin with a forward slash ('/'). If an Asset 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 Asset Version resource can be accessed. Can be: public, protected, or private.

date_createdstring date-time nullable

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

urlstring uri nullable

The absolute URL of the Asset Version resource.