Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the current status of a sandbox.
GET /v1/sandboxes/{id}
id
{ "id": "sb_abc123", "language": "python", "status": "created" }
created
curl http://localhost:8000/v1/sandboxes/sb_abc123