Skip to main content
POST
Core - List a page of chunks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

knowledge_id
string
required
datasource_id
string
required

Body

application/json
q
string
default:""
enabled
boolean
status
enum<string>

Filter chunks by processing status

Available options:
pending,
processing,
completed,
failed,
queued
limit
integer
default:100
Required range: 1 <= x <= 200
page
integer<int32>
default:1

Response

200 - application/json

Chunks successfully retrieved

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required