v38

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1793196344.2 KB
Evaluation

Get query result

Retrieve the result of a previous query.

get/evaluate/query/{query_id}

Path parameters

query_idstring required

Response

Successful Response

query_idstring nullable

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.

errorsobject[] nullable

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.

answerstring nullable

The answer to the query, if the request was set to answer.

scorenumber nullable

The average score of the query feedback, if any.

querystring nullable

The query string that was issued.