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

Chat

POST 

/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/chat

Run a chat query against a pipeline and include prior turns from a search session as chat history.

You can provide a search session ID to continue a conversation. If you omit it, the endpoint creates a pipeline-owned session and returns its ID in the X-Search-Session-Id response header. You can use the search session endpoints to list or create sessions explicitly.

Request

Responses

Returns the search results.