Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.kadoa.com/v4/variables/ \ --header 'x-api-key: <api-key>'
{ "variables": [ { "id": "<string>", "key": "<string>", "value": "<string>", "createdAt": "<string>", "dataType": "STRING", "updatedAt": "<string>" } ], "error": "<string>" }
Retrieve all variables in the current team/user scope (max 100).
API key for authentication
200
Response containing a list of variables
Show child attributes