Skip to main content
GET
List knowledge-base document chunks

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

agentId
string
required
docId
string
required

Query Parameters

cursor
integer

Opaque page cursor returned as next_cursor by a previous call.

limit
integer

Maximum chunks to return in this page (default 50, capped at 200).

Required range: 1 <= x <= 200

Response

200 - application/json

A page of chunks for the document, plus the document summary.

data
object
meta
object