Skip to main content
Get detailed information about a sandbox, including its current status, resources, and configuration.

Endpoint

Request

Headers

Path Parameters

Example Request

Response

Success (200 OK)

Response Fields

Status Codes

Errors

Sandbox Not Found (404)

Cause: The sandbox ID doesn’t exist or belongs to another organization. Fix: Verify the sandbox ID is correct. List your sandboxes using GET /v1/sandboxes to find valid IDs.

Use Cases

Check Sandbox Status

Monitor sandbox status before executing code:

Verify Resources

Confirm allocated resources match expectations:

Next Steps