v50

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

Retrieve a specific Build resource.

Retrieve a specific Build resource.

get/v1/Services/{ServiceSid}/Builds/{Sid}

Path parameters

ServiceSidstring required

The SID of the Service to fetch the Build resource from.

Sidstring required

The SID of the Build resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the Build resource.

account_sidstring nullable

The SID of the Account that created the Build resource.

service_sidstring nullable

The SID of the Service that the Build resource is associated with.

status'building' | 'completed' | 'failed'

The status of the Build. Can be: building, completed, or failed.

runtime'node8' | 'node10' | 'node12' | 'node14' | 'node16' | 'node18' | 'node20' | 'node22'

The Runtime version that will be used to run the Build resource when it is deployed.

date_createdstring date-time nullable

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

date_updatedstring date-time nullable

The date and time in GMT when the Build resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the Build resource.

linksobject nullable