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)
Headers
idempotency-keystring
A header for idempotency purposes
Response
OK
Example response
{
"workflows": [
{
"name": "Welcome Email",
"workflowId": "welcome-email"
}
]
}