Get live query results
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/osquery/live_queries/{id}/results/{actionId}</span></div>Refer to Spaces for more information.
Get the results of a live query using the query action ID.
Path parameters
The ID of the live query result you want to retrieve.
The ID of the live query.
The ID of the query action that generated the live query results.
The ID of the query action.
Query parameters
The kuery to filter the results by.
A KQL search string to filter results.
The page number to return. The default is 1.
The page number to return.
The number of results to return per page. The default is 20.
The number of results to return per page.
The field that is used to sort the results.
The field to sort results by.
Specifies the sort order.
The sort order.
Response
Indicates a successful call.
Example response
{
"data": {
"edges": [
{
"_id": "doc1",
"_source": {}
},
{
"_id": "doc2",
"_source": {}
}
],
"total": 2
}
}Changes
No changes recorded. 20 of the 176 revisions have no diff computed, so they could not be searched.