Get Application Environment Variables
Environments
Get Application Environment Variables
Retrieves all environment variables for an application by its ID.
GET
Get Application Environment Variables
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The application ID to retrieve environment variables. If the application belongs to a workspace, include the workspace ID in the format
appId-workspaceId.Response
An array of environment variable objects.
Error Responses
The error code indicating the reason for the failure. Possible values:
UNAUTHORIZED: The user is not authenticated or does not have sufficient permissions.FORBIDDEN: The user does not have permission to access the application.APP_NOT_FOUND: The specified application does not exist.
A descriptive message providing additional details about the error.