Tool to find the first object matching a query or filter in an index. Use when debugging relevance or filter logic after confirming index exists.
querystringQuery string to search for. If omitted, only filters are applied. Values must match the form stored in the index; URLs or other transformed values (e.g., cleaned paths, derived IDs) may be stored in a normalized form that differs from the raw input.
filtersobjectAdditional Algolia search parameters as key-value pairs. Supports 'filters' (string with syntax like 'category:Book AND price<100'), 'facetFilters', 'numericFilters', 'hitsPerPage', etc.
paginatebooleanIf True, searches across all pages until an object is found. If False, only searches the first page. Defaults to False.
index_nameRequiredstringName of the Algolia index to search (e.g., 'products').
attributesToRetrievearrayList of attributes to retrieve in the result. If omitted, all attributes are returned.
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.