cURL
curl --request GET \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/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 variables for a project
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Comma-separated list of environment IDs to filter by
Variables listed successfully
Show child attributes