List knowledge-base document chunks
Agents
List knowledge-base document chunks
Return a cursor-paginated list of the text chunks a knowledge-base document was split into for retrieval, each with its token count, embedding model, retrieval count, and last-retrieved timestamp — the “show me what the AI sees” inspector view. Use it to audit how a document was chunked and which passages the agent actually retrieves. Documents uploaded through the legacy knowledge-base flow return an empty chunks list with legacy_kb_no_chunks: true.
GET
List knowledge-base document chunks
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Opaque page cursor returned as next_cursor by a previous call.
Maximum chunks to return in this page (default 50, capped at 200).
Required range:
1 <= x <= 200