Skip to main content
This helper method makes a request to the Retrieve index settings endpoint, and returns true if that request succeeds.

Usage

var response = await client.IndexExistsAsync("ALGOLIA_INDEX_NAME");

Parameters

indexName
string
required
Index name to check.
Last modified on February 25, 2026