Skip to main content
GET
/
top-keys
Get the top keys for a specific log id
curl --request GET \
  --url https://api.eu.bronto.io/top-keys \
  --header 'X-BRONTO-API-KEY: <api-key>'
{}

Authorizations

X-BRONTO-API-KEY
string
header
required

Query Parameters

log_id
string<uuid>

The ids of the logs to retrieve the top keys for. If no log ids are specified, then top keys are returned for all logs.

time_range
string

time range to load the keys (Optional). last 1 day if not provided

from_ts
integer

The starting time (unix time in milliseconds) for which to load the keys. Must be used together with to_ts. This parameter is incompatible with time_range.

to_ts
integer

The ending time (unix time in milliseconds) for which to load the keys. Must be used together with from_ts. This parameter is incompatible with time_range.

Response

Successful response

{key}
object