Hanzo
OpenapiSandbox

The sandboxes this org holds

Lists the caller org's sandboxes, newest first. `project` and `status` narrow it, and both are read from the QUERY STRING.

GET /v1/sandbox

Addresshttps://api.hanzo.ai/v1/sandbox
MethodGET
Operationget_sandbox
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the caller org's sandboxes, newest first. project and status narrow it, and both are read from the QUERY STRING.

It answers from the org's own store rather than from the cluster, so a sandbox whose pod has since died still appears, carrying the status it was last known to have. That is deliberate: a lease you are being charged for should not vanish from the list because the thing behind it fell over.

Request

GET /v1/sandbox takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo sandboxes list

Sandbox API · All Hanzo APIs · Interactive reference

How is this guide?

On this page