GET
/
v1
/
sandbox-config
/
{sandbox_config_id}
/
environment-variable

Headers

user_id
string | null

Path Parameters

sandbox_config_id
string
required

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-env

key
string
required

The name of the environment variable.

value
string
required

The value of the environment variable.

description
string | null

An optional description of the environment variable.

sandbox_config_id
string
required

The ID of the sandbox config this environment variable belongs to.

organization_id
string | null

The ID of the organization this environment variable belongs to.