/api/query/{qid}
REST API endpoint: /api/query/{qid}
/api/query/{qid}
GET
Summary: Get results for existing query
Another page can be requested (except the first one) with "page" query parameter (this makes sense only for search query, other types don't support paging).
Parameters
Name | Type | Required | Description |
---|---|---|---|
qid | string | Yes | |
page | integer | No | supported only for search query (SearchQuery) |
page_size | integer | No | Number of results per page (SearchQuery) |
offset | integer | No | Pagination offset (SearchQuery) |
add_geoip_data | boolean | No | Include GeoIP data in results '(TopNQuery, LastNQuery) |
actions_hint | boolean | No | Include action hints in results (SearchQuery) |
add_trigger_data | boolean | No | Include trigger data in results (SearchQuery) |