Environment

List environment variables

List environment-variable names and digests without returning secrets.

GET/api/v1/projects/{projectID}/environment

Authentication: REST bearer token required.

Parameters

projectIDUUIDrequired

PathThe project UUID.

Responses

200

An array of variable names and non-secret digests.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.