REST APIDeployments
Get deployment status
Deployment state plus the public production URL once ready.
Authorization
ApiKey x-api-key<token>
Workspace-owned API key with per-resource permissions.
In: header
Path Parameters
id*string
Format
uuiddid*string
Format
uuidResponse 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"}