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.

Changes

Changed in 3 of the 8 revisions of this API.13

  • eee9850f474611See the full diff
    • added to the response body oneOf list for the response status

      response-body-one-of-added

    • added response discriminator for the response status

      response-body-discriminator-added

    • the response property became required for the status

      response-property-became-required

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog