Endpoint
Request
Headers
Query Parameters
Example Request
List all running sandboxes:Response
Success (200 OK)
Response Fields
Each sandbox object in
data includes:
id- Sandbox IDstatus- Current statuspublic_host- VM Agent API URLtemplate_name- Template usedregion- Deployment regioncreated_at- Creation timestamp
Status Codes
Pagination
Use cursor-based pagination to retrieve large result sets:- First request - Omit
cursorparameter:
- Check for more - If
has_moreistrue, usenext_cursor:
- Repeat - Continue until
has_moreisfalse
Filtering
Filter by Status
Filter by Region
Combine Filters
Use Cases
Count Running Sandboxes
List All Sandboxes (Paginated)
Find Sandboxes by Template
Related
- SDK: Sandbox.list() - Python SDK method
- SDK: Sandbox.iter() - Python SDK method
- CLI Sandbox Commands - Manage sandboxes from CLI
Next Steps
- Get Sandbox - Get details for a specific sandbox
- Create Sandbox - Create a new sandbox
- Delete Sandbox - Clean up unused sandboxes

