Environment
List environment variables
List environment-variable names and digests without returning secrets.
GET
/api/v1/projects/{projectID}/environmentAuthentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
Responses
200An array of variable names and non-secret digests.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.