Retrieve the result of a previous query.
Successful Response
The ID of the query. This can be used to retrieve the query later, or add feedback to it. If the query failed, this will be None.
Errors that occurred during the query. These are meant to help the developer debug the query, and are not meant to be shown to the user.
The matching documents, each carrying its hyperdoc tree plus query-path score/highlights/summary (ENG-2479 Phase 4).
The answer to the query, if the request was set to answer.
Auditability record attached to an agentic answer.
Gated behind provenance=true on the request: the cheap parts (sources, steps, failed_sources) are derived from in-memory loop state, but entities costs one indexed DB lookup, so the whole record is only built on request.
The average score of the query feedback, if any.
The query string that was issued.