Skip to main content
GET
/
orgs
/
{org_id}
/
assistants
/
{assistant_id}
/
knowledge
/
contents
/
search
[
  {
    "id": "<string>",
    "title": "<string>",
    "type": "TEXT",
    "status": "PENDING",
    "linked": true
  }
]

Path Parameters

org_id
string
required

The ID of the org

assistant_id
string
required

The ID of the assistant

Query Parameters

Maximum length: 256
type
enum<string>
Available options:
ALL,
TEXT,
FILE,
URL
status
enum<string>
Available options:
ALL,
PENDING,
PROCESSING,
PROCESSED,
FAILED
page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Response

200 - application/json

An array of available vector contents.

id
string
required
title
string
required

Title of the vector

type
enum<string>
required

Type of the vector content

Available options:
TEXT,
FILE,
URL
status
enum<string>
required

Status of vector processing

Available options:
PENDING,
PROCESSING,
PROCESSED,
FAILED
linked
boolean
required