Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

Get All Documents Stream

POST 

/api/v1/workspaces/:workspace_name/indexes/:index_name/documents-stream

Returns documents created for a pipeline.

Without pagination parameters, all documents are streamed. To paginate, pass page_number (1-indexed) together with limit in the request body. Paginated responses include X-Total-Count and X-Has-More response headers.

Request

Responses

Successful Response