Skip to main content
Required ACL: browse This helper method iterates over the paginated API response from the Browse API operation and lets you run an aggregator function on every iteration. You can use this, for example, to retrieve all records from your index.

Usage

Parameters

string
required
Index name from which to retrieve the records.
BrowseParamsObject
required
Parameters for the Browse for records request.
typeparam
The model for your records, for example, Algolia.Search.Models.Search.Hit.
RequestOptions
Additional request options.
Last modified on March 23, 2026