Sandboxes

Get organization sandbox settings

Get the sandbox egress network policy settings for an organization.

GET
/v1/orgs/{org}/settings/sandbox

Get the sandbox egress network policy settings for an organization.

AuthorizationBearer <token>

API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.

In: header

Path Parameters

org*string

Organization name

Response Body

application/json

application/problem+json

curl -X GET "https://api-dev.tektona.ai/v1/orgs/string/settings/sandbox"
{  "$schema": "https://api-dev.tektona.ai/schemas/OrgSandboxSettingsResponse.json",  "allowed_policies": [    "string"  ],  "default_policy": "string"}