v7

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-01-26163065.1 KB

get/v1/sandboxes/list

Query parameters

pagenumber

Page number

Example:1

Page number

page_sizenumber

Page size

Example:20

Page size

Response

List currently running sandboxes under your account

Example response

{
  "data": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "name": "my-sandbox",
      "created_at": "2024-01-17T20:00:00Z",
      "cpu": 1,
      "memory": 1024,
      "disk_size": 10,
      "status": "running"
    }
  ],
  "pagination": {
    "page": 1,
    "page_size": 20,
    "total_pages": 1,
    "total_items": 1
  }
}
All 16 operations