Environment Variables

Get the application's environment variables

Returns the application's environment variables as a { key: value } JSON object. Static applications do not support environment variables and return 400.

Requires the workspace Administrator role (or ownership) when called against a workspace-shared application.

get/v2/apps/{appId}/envs

Path parameters

appIdstring required

Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.

Response

Environment variables as a { key: value } map.

status'success' required
responseEnvVars required

Environment variables as an arbitrary { key: value } map of strings.

Changes

No recorded changes to this endpoint across all 1 revision of this API.