List entities
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/security/entity_store/entities</span></div>Refer to Spaces for more information.
List entity records from the Entity Store with paging, sorting, and filtering. Supports two modes: page-based pagination (page/per_page) and cursor-based pagination (searchAfter). The two modes cannot be combined.<br/><br/>[Required authorization] Route required privileges: securitySolution.
Query parameters
A Kibana Query Language (KQL) filter for the search-after mode.
Number of entities to return in search-after mode.
JSON-encoded search_after value for cursor-based pagination.
Fields to include in the response source.
Fields to include in the response.
Field to sort results by in page mode.
Sort order in page mode.
Page number to return (1-indexed) in page mode.
Number of entities per page in page mode.
An Elasticsearch query string to filter entities in page mode.
Entity types to include in the results.
Response
Indicates a successful response.