Sep 20, 2024
Retrieve logs
Retrieves the logs for a single Query Suggestions index.
Usage
Required ACL:
settings
Copy
1
2
3
4
5
6
import { algoliasearch } from 'algoliasearch';
// Replace 'us' with your Algolia Application Region
const client = algoliasearch('ALGOLIA_APPLICATION_ID', 'ALGOLIA_API_KEY').initQuerySuggestions({ region: 'us' });
const response = await client.getLogFile({ indexName: 'theIndexName' });
Did you find this page helpful?