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
- 200
- 404
- 406
- 422
Successful Response
The index was not found in the workspace.
The server cannot produce a response matching the request. Requested format: your-accept-header
Validation Error
Was this page helpful?