Unseal Space
REST APIDeployments

Get deployment status

GET
/v1/projects/{id}/deployments/{did}

Deployment state plus the public production URL once ready.

x-api-key<token>

Workspace-owned API key with per-resource permissions.

In: header

Path Parameters

id*string
Formatuuid
did*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/deployments/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "deploymentId": "a73c85a1-d857-491e-a6b2-51dce05de7a2",  "status": "queued",  "url": "http://example.com"}