Skip to main content
GET
List knowledge chunks

Authorizations

Authorization
string
header
required

JWT authentication token

Query Parameters

index_name
string

Filter by index name

is_global
enum<string>

Filter: 'true' = only global, 'false' = only user

Available options:
true,
false
limit
integer
default:50

Number of chunks to return (max 500)

Required range: 1 <= x <= 500
after_id
string

Cursor for pagination (chunk ID to start after)

Response

List of knowledge chunks

has_more
boolean
required
results
object[]
required
success
boolean
required
next_after_id
string
total
integer

Total number of chunks in the collection when available