Application - Environment
List Variables
Get environment variables.
GET
List Variables
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
The application ID.
Response
Indicates whether the call was successful..
success if successful, error if not.The key and value of all environment variables you defined.
Common errors
List Variables

