algolia_browse_index
Browse all records in an Algolia index using cursor-based pagination. Specify filters, hits per page, and attributes to retrieve for targeted data access.
Instructions
Browse all records in an Algolia index (paginated cursor-based).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Algolia Application ID | |
| api_key | Yes | Algolia Admin API Key | |
| index | Yes | Index name | |
| filters | No | Filter expression | |
| hits_per_page | No | Records per page | |
| cursor | No | Pagination cursor from previous response | |
| attributes_to_retrieve | No | Attributes to include |