Skip to main content
Required ACL: logs
  • Logs are held for the last seven days.
  • Up to 1,000 API requests per server are logged.
  • This request counts towards your operations quota but doesn’t appear in the logs itself.

Usage

// Initialize the client
var client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));

// Call the API
var response = await client.GetLogsAsync();
// >LOG

See the full API reference

For more details about input parameters and response fields.
I