Application - Environment
List Variables
Get environment variables.
GET
List Variables
string
required
The API key for your account. You can find this in your account settings.
.env file on the cluster. If no variables have been set yet, the response is a success with an empty object rather than an error.
Static applications don’t support environment variables and return an error instead. On workspace-shared applications, the caller needs the Administrator role or ownership.
To add or update variables, use Add/Edit Variables; to replace the whole set, see Overwrite Variables.
Parameters
string
required
The application ID.
Response
string
Indicates whether the call was successful..
success if successful, error if not.object
The key and value of all environment variables you defined.
Common errors
List Variables

