Skip to main content
GET
/
v1
/
environments
/
{environmentId}
/
environment-variables
List environment variables
curl --request GET \
  --url https://api.alpic.ai/v1/environments/{environmentId}/environment-variables \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "key": "<string>",
    "value": "<string>",
    "isSecret": true,
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.

Path Parameters

environmentId
string
required

The ID of the environment

Response

The list of environment variables

id
string
required
key
string
required
value
string
required
isSecret
boolean
required
createdAt
string<date-time>
required