v4

OpenAPI 3.0.0MIT2026-07-311554531.6 MB
Environment Variables

Retrieve a variable usage

Returns the workflows that reference this environment variable via {{env.KEY}} in their step controls. variableId is required.

get/v1/environment-variables/{variableKey}/usage

Path parameters

variableKeystring required

The unique key of the environment variable (e.g. BASE_URL)

Response

OK

Example response

{
  "workflows": [
    {
      "name": "Welcome Email",
      "workflowId": "welcome-email"
    }
  ]
}