SandboxesSandbox settings
Get project sandbox settings
Get the sandbox egress network policy settings for an organization project.
Get the sandbox egress network policy settings for an organization project.
Authorization
apiKey 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
project*string
Project name
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/orgs/string/projects/string/settings/sandbox"{ "default_policy": "string", "effective_policy": "string"}{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}