Skip to main content
GET
/
logs
/
views
Retrieve a list of log views
curl --request GET \
  --url https://api.eu.bronto.io/logs/views \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "components": [
    {
      "type": "timeline",
      "config": {
        "group_by": "host"
      }
    }
  ]
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Response

A list of log views

A view configuration describing how log data should be presented. A view consists of one or more components (e.g. timeline, table), each defining a specific way to visualize or explore the data.

components
object[]

Ordered list of components that make up the view.

Each component represents a distinct visualization or data representation, such as a timeline or a table.

The order of components determines their display order in the UI.