v1

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-05-044743166.6 KB
deployments

Get deployment

Retrieve information about a specific deployment by its ID.

get/api/v1/deployments/{deploymentId}

Response

Successful request

idstring

The deployment ID

status'PENDING' | 'INSTALLING' | 'BUILDING' | 'DEPLOYING' | 'DEPLOYED' | 'FAILED' | 'CANCELED' | 'TIMED_OUT'

The current status of the deployment

contentHashstring

Hash of the deployment content

shortCodestring

The short code for the deployment

versionstring

The deployment version (e.g., "20250228.1")

imageReferencestring nullable

Reference to the deployment image

imagePlatformstring

Platform of the deployment image

externalBuildDataobject nullable

External build data if applicable

errorDataobject nullable

Error data if the deployment failed