Error
A valid request URL is required to generate request examples{
"offset": 123,
"sandboxes": [
{
"created_at": "<string>",
"created_by": "<string>",
"dataplane_url": "<string>",
"delete_after_stop_seconds": 123,
"fs_capacity_bytes": 123,
"id": "<string>",
"idle_ttl_seconds": 123,
"mem_bytes": 123,
"mounts": [
{
"id": "<string>",
"mount_path": "<string>",
"s3": {
"bucket": "<string>",
"endpoint_url": "<string>",
"region": "<string>",
"path_style": true,
"prefix": "<string>"
},
"type": "s3",
"cache": {
"max_size_bytes": 1,
"writeback_seconds": 1
},
"read_only": true
}
],
"name": "<string>",
"proxy_config": {
"access_control": {
"allow_list": [
"<string>"
],
"deny_list": [
"<string>"
]
},
"callbacks": [
{
"match_hosts": [
"<string>"
],
"ttl_seconds": 1830,
"url": "<string>",
"full_request": true,
"request_headers": [
{
"name": "<string>",
"is_set": true,
"value": "<string>"
}
]
}
],
"no_proxy": [
"<string>"
],
"rules": [
{
"name": "<string>",
"aws": {
"access_key_id": {
"is_set": true,
"value": "<string>"
},
"secret_access_key": {
"is_set": true,
"value": "<string>"
}
},
"enabled": true,
"headers": [
{
"name": "<string>",
"is_set": true,
"value": "<string>"
}
],
"match_hosts": [
"<string>"
],
"match_paths": [
"<string>"
],
"type": "<string>"
}
]
},
"size_class": "<string>",
"snapshot_id": "<string>",
"status": "<string>",
"status_message": "<string>",
"stopped_at": "<string>",
"updated_at": "<string>",
"updated_by": "<string>",
"vcpus": 123
}
]
}List sandboxes
List sandboxes for the authenticated tenant, with optional filtering, sorting, and pagination.
GET
/
v2
/
sandboxes
/
boxes
Error
A valid request URL is required to generate request examples{
"offset": 123,
"sandboxes": [
{
"created_at": "<string>",
"created_by": "<string>",
"dataplane_url": "<string>",
"delete_after_stop_seconds": 123,
"fs_capacity_bytes": 123,
"id": "<string>",
"idle_ttl_seconds": 123,
"mem_bytes": 123,
"mounts": [
{
"id": "<string>",
"mount_path": "<string>",
"s3": {
"bucket": "<string>",
"endpoint_url": "<string>",
"region": "<string>",
"path_style": true,
"prefix": "<string>"
},
"type": "s3",
"cache": {
"max_size_bytes": 1,
"writeback_seconds": 1
},
"read_only": true
}
],
"name": "<string>",
"proxy_config": {
"access_control": {
"allow_list": [
"<string>"
],
"deny_list": [
"<string>"
]
},
"callbacks": [
{
"match_hosts": [
"<string>"
],
"ttl_seconds": 1830,
"url": "<string>",
"full_request": true,
"request_headers": [
{
"name": "<string>",
"is_set": true,
"value": "<string>"
}
]
}
],
"no_proxy": [
"<string>"
],
"rules": [
{
"name": "<string>",
"aws": {
"access_key_id": {
"is_set": true,
"value": "<string>"
},
"secret_access_key": {
"is_set": true,
"value": "<string>"
}
},
"enabled": true,
"headers": [
{
"name": "<string>",
"is_set": true,
"value": "<string>"
}
],
"match_hosts": [
"<string>"
],
"match_paths": [
"<string>"
],
"type": "<string>"
}
]
},
"size_class": "<string>",
"snapshot_id": "<string>",
"status": "<string>",
"status_message": "<string>",
"stopped_at": "<string>",
"updated_at": "<string>",
"updated_by": "<string>",
"vcpus": 123
}
]
}Authorizations
API KeyTenant IDBearer Auth
Query Parameters
Maximum number of results
Pagination offset
Filter by name substring
Filter by status (provisioning, ready, failed, stopped, deleting)
Filter by creator identity. Only 'me' is supported.
Sort column (name, status, created_at)
Sort direction (asc, desc)
Was this page helpful?
⌘I

