List query histories
GET/v2/queries
Lists the history of previous queries. Use this API to track query performance and to debug individual queries.
Filter the results with corpus_key or chat_id. Set limit to the maximum number of query histories to list.
Request
Responses
- 200
- 400
- 403
An array of previous query histories.
Query history list request was malformed.
Permissions do not allow listing query histories.