Skip to main content
GET
/
ace
/
{ace_uid}
/
vars
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

ace_uid
string<uuid>
required

ACE uid (UUID).

Response

Variables

vars
object[]
required