Skip to main content
Required ACL: analytics If the index has been recently created or no search has been performed yet the updated time is null. The Analytics data is updated every 5 minutes.

Usage

// Initialize the client
var client = new AnalyticsClient(
  new AnalyticsConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY", "ALGOLIA_APPLICATION_REGION")
);

// Call the API
var response = await client.GetStatusAsync("index");
// >LOG

See the full API reference

For more details about input parameters and response fields.
I