Tool to perform a search on a specified Algolia index. Use after confirming the index name. Example: SearchIndex(index_name='contacts', query='apple', search_params={'hitsPerPage':10})
queryRequiredstringSearch query string. Empty string fetches all records. Max length is 512 characters. When searching by URL, strip query params and fragments to match stored paths; validate hits by comparing the URL field to the full target URL.
index_nameRequiredstringName of the Algolia index to search (e.g., 'contacts')
search_paramsobjectAdditional Algolia search parameters as key-value pairs, e.g., {'hitsPerPage': 10, 'filters': 'category:book'}.
request_optionsobjectOptional request-level options such as extra headers or query params.
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.