Skip to main content

documents.fetch_text_data

List stored text and summary chunks from a text namespace. Returns one page at a time (up to 100 items). Pass next_token from the previous response to fetch the next page.
API: GET /namespaces/{namespace_name}/documents/fetch-text-data — see Fetch text data

Parameters

namespace_name
string
required
Text namespace to read from.
limit
integer
Page size. Default 100, maximum 100.
next_token
string
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.