chat.read_knowledge_batch
Retrieve a specific page of text from a knowledge batch artifact using its batch ID, with offset and limit controls.
Instructions
Read paginated text from a specific persisted knowledge batch artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | combined, knowledge, or content_summary | |
| limit | No | Max lines to return (default 200, max 300) | |
| offset | No | 0-based line offset | |
| batchId | Yes | Knowledge batch ID |