Unseal Space
REST APIPreview

Get the preview URL and status

GET
/v1/projects/{id}/preview

The stable platform preview domain for this project (survives sandbox rebuilds) plus its current reachability.

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/preview"
{  "url": "http://example.com",  "status": "none"}