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
- 200
- 403
- 404
- 408
- 409
- 422
- 429
- 503
- 591
Returns the search results.
The shared prototype does not allow runtime parameters.
We couldn't find the pipeline. Check if the pipeline name is correct, make sure the pipeline exists in the workspace you specified, and try again.
The request sent to your pipeline timed out.
The pipeline was in a conflicted state (for example, it wasn't deployed).
Validation Error
The rate limit for this pipeline has been exceeded. Please try again later.
The pipeline is temporarily unavailable because of internal rebalancing processes. Try again in a few moments.
The pipeline was on standby, and is now being activated. Try again in a while.
Was this page helpful?