cURL
curl --request GET \ --url https://dev.timbal.ai/orgs/{org_id}/kbs/{kb_id}/indexes \ --header 'Authorization: Bearer <token>'
{ "indexes": [ { "columns": [ "<string>" ], "definition": "<string>", "is_unique": true, "name": "<string>", "table": "<string>", "type": "btree" } ] }
List indexes for a KB
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Table name to filter indexes by
Array of indexes
Show child attributes