SandboxesSandbox desktop

Get desktop environment status

Report whether the desktop environment runs in a sandbox.

GET
/v1/sandboxes/{id}/desktop-status

Report whether the desktop environment runs in a sandbox.

AuthorizationBearer <token>

API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.

In: header

Path Parameters

id*string

Sandbox ID.

Length1 <= length

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/v1/sandboxes/string/desktop-status"
{  "status": "active"}