Skip to main content
POST
Core - Count 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

Response

200 - application/json

Chunks count

count
number<double>
required