v5

OpenAPI 3.1.02026-07-31129337684.6 KB
Workflows

Get Workflow Dynamic Variables

Endpoint to retrieve a workflow's dynamic variables by its ID.

Parameters:

  • version_number: Optional version number to fetch dynamic variables from. If not provided, returns dynamic variables from the parent workflow's current configuration (legacy behavior).
get/workflows/v1/workflows/dynamic-variables/{workflow_id}

Path parameters

workflow_idstring required
Example:5eb7cf5a86d9755df3a6c593

Query parameters

version_numberinteger nullable

Version number to fetch dynamic variables from

Version number to fetch dynamic variables from

Response

Successful Response

dynamic_variablesobject

Dictionary of dynamic variables for the workflow

global_variables_resolvedobject

Subset of dynamic variables auto-filled by team-level global variables. Each entry is name → {name, value, description, category, is_secret} with secret values masked.