v1

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

Get latest deployment

Retrieve information about the latest unmanaged deployment for the authenticated project.

get/api/v1/deployments/latest

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

errorDataobject nullable

Error data if the deployment failed