Tool to query an Elasticsearch index with various filters, time ranges, and pagination support. Use when you need to search for documents in an index with complex filtering criteria.
fromintegerStarting offset for pagination (default: 0)
sizeintegerNumber of results to return (default: 10, max: 1000 to prevent context overload)
sortarraySort order for results
querystringFree text search query (uses query_string query)
fieldsarraySpecific fields to return (if not specified, returns all fields)
highlightbooleanEnable highlighting for search terms
index_nameRequiredstringThe name of the index to query. Must be a non-empty string.
time_filterobjectTime-based filter for timestamp fields
term_filtersarrayExact term filters for specific field values
range_filtersarrayRange filters for numeric or date fields
include_aggregationsbooleanInclude aggregations in the response
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.