GET /1/logs
The request must be authenticated by an API key with the logs
ACL.
- 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.
Servers
- https://{appId}.algolia.net
- https://{appId}-1.algolianet.com
- https://{appId}-2.algolianet.com
- https://{appId}-3.algolianet.com
- https://{appId}-dsn.algolia.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
length |
Integer | No |
Maximum number of entries to retrieve. Default value: 10 |
indexName |
No |
Index for which to retrieve log entries. By default, log entries are retrieved for all indices. |
|
type |
String | No |
Type of log entries to retrieve. By default, all log entries are retrieved. Possible values:
Default value: "all" |
offset |
Integer | No |
First log entry to retrieve. The most recent entries are listed first. Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.