cURL
curl --request GET \ --url https://dev.timbal.ai/orgs/{org_id}/kbs/{kb_id}/embeddings \ --header 'Authorization: Bearer <token>'
{ "embeddings": [ { "details": {}, "status": "pending", "column_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "id": 123, "model": "<string>", "name": "<string>", "table_name": "<string>", "updated_at": "2023-11-07T05:31:56Z" } ] }
List embeddings
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Embeddings listed successfully
Show child attributes