Unseal Space
REST APIDeployments

List recent deployments

GET
/v1/projects/{id}/deployments
x-api-key<token>

Workspace-owned API key with per-resource permissions.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/deployments"
{  "deployments": [    {      "deploymentId": "a73c85a1-d857-491e-a6b2-51dce05de7a2",      "status": "queued",      "url": "http://example.com",      "versionSha": "string",      "createdAt": "2019-08-24T14:15:22Z"    }  ]}