GET
/
v1
/
sandbox-config
/

Headers

user_id
string | null

Query Parameters

limit
integer
default: 1000

Number of results to return

cursor
string | null

Pagination cursor to fetch the next set of results

Response

200 - application/json
created_by_id
string | null

The id of the user that made this object.

last_updated_by_id
string | null

The id of the user that made this object.

created_at
string | null

The timestamp when the object was created.

updated_at
string | null

The timestamp when the object was last updated.

id
string

The human-friendly ID of the Sandbox

type
enum<string>

The type of sandbox.

Available options:
e2b,
local
organization_id
string | null

The unique identifier of the organization associated with the sandbox.

config
object

The JSON sandbox settings data.