Skip to main content

Endpoint

GET /v1/sandboxes/{id}

Parameters

ParameterTypeRequiredDescription
idstringYesSandbox ID returned from create.

Response

{
  "id": "sb_abc123",
  "language": "python",
  "status": "created"
}

Status Values

StatusDescription
createdSandbox is ready to accept files and exec requests.

Example

curl http://localhost:8000/v1/sandboxes/sb_abc123