Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Hiloop API key sent as an HTTP Bearer token.

Path Parameters

id
string
required

The server-issued sandbox id to fetch. Clients that accept names use a reference already in canonical sandbox id form (sbx- followed by 40 lowercase hex characters) as the id directly, and resolve any other reference through ListSandboxes' exact name filter.

Query Parameters

wait_state
enum<string>

Optional observed state to wait for. The request returns earlier if this state is observed.

Available options:
requested,
reserved,
materializing,
ready,
running,
stopped,
terminating,
failed,
terminated,
quarantined,
attention
wait_timeout_seconds
integer<uint32>

Long-poll bound in seconds, from 1 through 25. At the deadline, the current sandbox is returned.

Required range: 1 <= x <= 25

Response

OK

sandbox
object
required

The requested sandbox, read through to runtime authority when the product record is not yet visible.