cURL
curl --request GET \ --url https://api.timbal.ai/ace/{ace_uid}/vars \ --header 'Authorization: Bearer <token>'
{ "vars": [ { "envs": [ { "color": "<string>", "id": 123, "name": "<string>" } ], "id": 123, "name": "<string>", "value": { "type": "plain", "value": "<string>" }, "description": "<string>" } ] }
List the variables declared on an ACE.
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
ACE uid (UUID).
Variables
Show child attributes