v2

latestOpenAPI 3.0.02026-07-261859071.2 MB
Environment variables

List all environment variables

Lists all current environment variables in your account.

get/v1/variables

Query parameters

limitinteger

Limit the number of results

Limit the number of results

pagenumber

Page number

Page number

Headers

x-checkly-accountstring

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

keystring required

The key of the environment variable (this value cannot be changed).

valuestring required
lockedboolean

Used only in the UI to hide the value like a password.

secretboolean

Set an environment variable as secret. Once set, its value cannot be unlocked.

Example response

[
  {
    "key": "API_KEY"
  }
]