Workflow Variables
Get workflow variable
Manages a single workflow variable. Requires a USER API key.
get/public/v1/workflows/{workflowId}/variables/{variableId}
Path parameters
workflowIdnumber nullable
Example:501
variableIdnumber nullable
Example:123
Response
Variable
Example response
{
"id": 123,
"name": "customer_name",
"description": "example",
"status": "ACTIVE",
"createdAt": "2024-01-01T12:00:00Z",
"updatedAt": "2024-01-01T12:00:00Z",
"assistantId": "example",
"automationId": 1,
"pattern": "example",
"defaultValue": "example"
}