documents.fetch_text_data
List stored text and summary chunks from a text namespace. Returns one page at a time (up to 100 items). Passnext_token from the previous response to fetch the next page.
GET /namespaces/{namespace_name}/documents/fetch-text-data — see Fetch text data
Parameters
Text namespace to read from.
Page size. Default 100, maximum 100.
Cursor from
pagination.next_token in a previous response.Examples
Response fields
Same shape as the REST API:status, message, namespace, statistics, items, pagination, execution_time.