Tool to list entity records in the entity store with support for paging, sorting, and filtering. Use when you need to retrieve a list of entities such as users, hosts, or services.
pageintegerPage number, minimum value is 1.
per_pageintegerNumber of records per page, minimum value is 1, maximum value is 10000.
sort_fieldstringField to sort by.
sort_orderstringSort order, either 'asc' or 'desc'.
filterQuerystringElasticsearch Query DSL (JSON format) to filter results. Must be a valid JSON string representing an Elasticsearch query, e.g., '{"match": {"field": "value"}}'. Leave empty to retrieve all entities.
entity_typesRequiredarrayTypes of entities to list; valid values are 'user', 'host', or 'service'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.