v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
Global Variables

Get Global Variable Endpoint

Get a single global variable by ID (full value, including secrets for editing).

get/workflows/v1/global-variables/{variable_id}

Path parameters

variable_idstring required
Example:5eb7cf5a86d9755df3a6c593

Response

Successful Response

Example response

{
  "variable": {
    "_id": "5eb7cf5a86d9755df3a6c593"
  }
}