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

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 next cursor returned in each response by passing it back as the cursor query 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 legacy after integer). Cannot page past the result-window limit; kept for backward compatibility.

Request

Responses

Successful Response