Get Kvs For Sandbox
GET /v1/sandbox/{sandbox_id}/kv
GET
/v1/sandbox/{sandbox_id}/kv
Get all Key Value pairs for a sandbox
Requires any of permissions:
sandbox:config:view, sandbox:config:edit
Authorizations
Parameters
Path Parameters
sandbox_id
required
Sandbox ID
string format: uuid
Sandbox ID
Responses
200
Successful Response
Array<object>
object
sandbox_id
ID of the Sandbox
string format: uuid
key
required
Key (identifier) for this KV pair
string
value
Value for KV pair
string
notes
Notes to store additonal information for reference
string
created_timestamp
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
last_modified_timestamp
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string