APISandbox environment variables
Get sandbox environment variable
Check whether a specific custom sandbox environment variable is configured for a project.
Path Parameters
key*string
Environment variable name to fetch.
Match
^[A-Za-z_][A-Za-z0-9_]*$Length
1 <= length <= 256Query Parameters
projectId?string
Project to inspect. Required for organization-scoped keys; auto-filled from a project-scoped key when omitted.
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/sandbox-environment-variables/string"{ "environmentVariable": { "key": "string" }}