v14
OpenAPI 3.0.32026-08-04377889.4 MBRetrieve the environment variables of a project by id or name
Retrieve the environment variables for a given project by passing either the project id or name in the URL.
Path parameters
The unique project identifier or the project name
The unique project identifier or the project name
Query parameters
If defined, the git branch of the environment variable to filter the results (must have target=preview)
If defined, the git branch of the environment variable to filter the results (must have target=preview)
If true, the environment variable value will be decrypted
If true, the environment variable value will be decrypted
The source that is calling the endpoint.
The source that is calling the endpoint.
The unique custom environment identifier within the project
The unique custom environment identifier within the project
The custom environment slug (name) within the project
The custom environment slug (name) within the project
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
The list of environment variables for the given project
Example response
{
"pagination": {
"count": 20,
"next": 1540095775951,
"prev": 1540095775951
}
}