Skip to main content
GET
/
orgs
/
{org_id}
/
kbs
/
{kb_id}
/
embeddings
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
integer
required
kb_id
integer
required

Query Parameters

table_name
string | null

Response

200 - application/json

Embeddings listed successfully

embeddings
object[]
required
  • Option 1
  • Option 2
  • Option 3
  • Option 4