cURL
curl --request GET \ --url https://api-qa.interactly.ai/workflows/v1/global-variables \ --header 'Authorization: Bearer <token>'
{ "variables": [ { "name": "<string>", "team_id": "<string>", "created_by": "<string>", "updated_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "_id": "5eb7cf5a86d9755df3a6c593", "value": "", "description": "<string>", "category": "<string>", "is_secret": false } ], "total": 123, "categories": [ "<unknown>" ] }
List all global variables for the team. Secret values are masked.
Retrieve your API Key from Dashboard API Keys Section.
Filter by category
Search by variable name
x >= 1
1 <= x <= 500
Successful Response
Show child attributes