Skip to main content
GET
Search Available Contents

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

The ID of the org

assistant_id
string
required

The ID of the assistant

Query Parameters

Maximum string 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