v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
compute

List Sandbox Previews

Returns a list of Sandbox Previews in the workspace.

get/sandboxes/{sandboxName}/previews

Response

successful operation

status'DELETING' | 'TERMINATED' | 'FAILED' | 'DEACTIVATED' | 'DEACTIVATING' | 'UPLOADING' | 'BUILDING' | 'DEPLOYING' | 'DEPLOYED' | 'BUILT'

Deployment status of a resource deployed on Blaxel

Example response

[
  {
    "events": [
      {
        "message": "Deployment successful",
        "revision": "rev-abc123",
        "status": "DEPLOYED",
        "time": "2025-01-15T10:30:00Z",
        "type": "deployment"
      }
    ]
  }
]