Hanzo
OpenapiSandbox

One sandbox

Returns one of the caller org's sandboxes.

GET /v1/sandbox/{id}

Addresshttps://api.hanzo.ai/v1/sandbox/{id}
MethodGET
Operationget_sandbox_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one of the caller org's sandboxes. An id belonging to another org answers 404 and not 403 — a 403 would confirm the id exists, and whether a given sandbox exists is itself a cross-tenant fact.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

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 get <id>

Sandbox API · All Hanzo APIs · Interactive reference

How is this guide?

On this page