GET v9/projects/{idOrName}/env
Summary: Retrieve the environment variables of a project by id or name
Operation ID: filterProjectEnvs
Auth: unknown
Operation ID: filterProjectEnvs
Auth: unknown
Description
Retrieve the environment variables for a given project by passing either the project `id` or `name` in the URL.
Parameters (5)
decrypt
(string, query, optional)
If true, the environment variable value will be decrypted
Constraints: {'enum': ['true', 'false']}
gitBranch
(string, query, optional)
If defined, the git branch of the environment variable to filter the results
Constraints: {'maxLength': 250}
idOrName
(string, path, required)
The unique project identifier or the project name
source
(string, query, optional)
The source that is calling the endpoint.
teamId
(string, query, optional)
The Team identifier or slug to perform the request on behalf of.
No probe data for this endpoint yet.