Get v1sandboxes
List the caller’s sandboxes, newest first, with optional state, exact-name, and exact-metadata filters.
Authorizations
Hiloop API key sent as an HTTP Bearer token.
Query Parameters
Observed-state filters combined with OR. Empty returns sandboxes in every state.
requested, reserved, materializing, ready, running, stopped, terminating, failed, terminated, quarantined, attention Maximum number of sandboxes to return. Zero uses the server default; the server caps it at 100.
x <= 100Opaque token returned by a previous response. It binds the organization and every filter argument; changing any argument is rejected. Empty starts the first page.
Optional exact name filter. Clients resolve a name within the selected project through this filter, then use the returned server id for id-addressed routes.
1 - 63^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?$Optional exact metadata entries. Every supplied key and value must match. At most 50 entries, keys at most 128 characters, and at most 4096 bytes of total value content.