Skip to main content
GET
/
orgs
/
{org_id}
/
knowledge
/
index
{
  "id": "<string>",
  "model": "<string>",
  "contents": [
    {
      "type": "TEXT",
      "contents_count": 123,
      "chunks_count": 123,
      "chunks_processed": 123,
      "size_bytes": 123
    }
  ],
  "pending_count": 123,
  "failed_count": 123,
  "created_at": "2023-12-25"
}

Path Parameters

org_id
string
required

The ID of the org

Response

200 - application/json

The vector index details.

Vector index schema

id
string
required
model
string
required
contents
object[]
required
pending_count
number
required

Number of pending vectors

failed_count
number
required

Number of failed vectors

created_at
string<date> | null
required