Pipeline Search History
GET/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/search_history
Returns the search history for a pipeline, which includes information such as the query, the answer, the pipeline used, and more. Supports pagination, filtering, and sorting.
Two pagination methods are supported:
- Cursor-based (recommended): follow the
nextcursor returned in each response by passing it back as thecursorquery parameter. This is the only way to page beyond the backing store's result-window limit (10,000 records). - Offset-based: use
offset(or the legacyafterinteger). Cannot page past the result-window limit; kept for backward compatibility.
Request
Responses
- 200
- 422
Successful Response
Validation Error
Was this page helpful?