Sazabi
APISandbox environment variables

List sandbox environment variables

GET
/sandbox-environment-variables

List configured custom sandbox environment variable keys for a project without exposing secret values.

Query Parameters

projectId?string

Project to inspect. Required for organization-scoped keys; auto-filled from a project-scoped key when omitted.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/sandbox-environment-variables"
{  "environmentVariables": [    {      "key": "string"    }  ]}