Unseal Space
REST APIProjects

Get project status

GET
/v1/projects/{id}

Project state including the sandbox lifecycle (none/active/paused/killed).

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"
{  "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",  "name": "string",  "starred": true,  "createdByUserId": "string",  "lastActivityAt": "2019-08-24T14:15:22Z",  "sandboxState": "none",  "activeMessageId": "3e025e2c-a0ca-4907-ad4c-be696d3cae98",  "createdAt": "2019-08-24T14:15:22Z",  "previewImageUrl": "http://example.com",  "provisioningState": "ready",  "provisioningError": "string",  "sourceTemplateVersionId": "8a4c4341-77cc-4a34-9a57-ab10b7cb34bc",  "siteAnalyticsEnabled": false,  "workersLogsEnabled": false}