Search sandboxes
GET /api/v1/sandboxes/search
Search / list sandboxes owned by the current user.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
page_id | query | `string | null` | no |
limit | query | integer | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | SandboxInfo[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_sandboxes_api_v1_sandboxes_search_get