v8

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-04-1592531.8 KB
Search

Continue search

Continues a multi-turn search session. Use this to respond to clarification questions or provide follow-up messages.

Supports the same stream parameter and event types as the search endpoint; see SearchStreamEvent.

post/v1/namespaces/{namespace}/search/{session_id}

Request body

messagestring required

Follow-up message or answer to a clarification question.

streamboolean

Whether to stream the response as server-sent events.

include_attributesboolean

Whether to include document attributes in search results.

Response

Successful response.

session_idstring required

Unique identifier for this search session.

status'completed' | 'clarification_needed' | 'failed' required
documents_scannedinteger

Number of documents scanned during the search.

queries_executedinteger

Number of queries executed during the search.

synthesisstring required

Synthesized summary of all findings.