Skip to main content
GET
/
logs
Retrieve a list of logs
curl --request GET \
  --url https://api.eu.bronto.io/logs \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "logs": [
    {
      "collection": "demo",
      "dataset": "firewall",
      "log_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "logset": "demo",
      "log": "firewall",
      "is_system_generated": false,
      "tags": {
        "region": "eu",
        "environment": "production"
      },
      "parser_id": "266ea07d-b013-47c1-9c74-635e42b22cbb",
      "metadata": {
        "created_at": 123,
        "created_by": {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        },
        "updated_at": 123,
        "updated_by": {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        },
        "deleted_at": 123,
        "deleted_by": {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        },
        "last_heartbeat_at": 123
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bronto.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-BRONTO-API-KEY
string
header
required

Response

A list of log entries

logs
object[]

Configuration for a log source. A log can be identified using either the current fields (collection, dataset) or the deprecated legacy fields (logset, log). The log_id must always be provided.