GET /1/logs

The request must be authenticated by an API key with the logs ACL.

Servers

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:

  • "error"
  • "build"
  • "query"
  • "all"

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.