List the caller's query history
GET/queries
Returns a paginated list of queries the caller has executed, with their current state. Queries that are not yet in a terminal state are refreshed against the live engine before being returned, so their status reflects the engine rather than the last stored value.
Pagination: results are sorted and paged in-process. Read next_available in the response. While it is "yes", request the next page by advancing offset by limit. When it is "no" this was the last page and the client must stop. total_count is the size of the whole result set and count is the size of the current page.
Request
Responses
- 200
- 400
- 500
Page of query records. Check next_available to decide whether to request a further page.
Response Headers
Input validation or authorization failure. Body is {"Message": " -
Response Headers
Something went wrong at backend