v5
latestOpenAPI 3.1.02026-07-31129337684.6 KBGlobal 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"
}
}