Skip to main content
GET
Retrieve the list of keys received for a given metric

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

metric_id
string<uuid>
required

The ID of the metric to fetch the keys for

Query Parameters

time_range
string

The relative time range for which to retrieve the keys.

from_ts
integer

The starting time (unix time in milliseconds) for which retrieve 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 retrieve the keys. Must be used together with from_ts. This parameter is incompatible with time_range.

Response

Metric keys retrieved successfully

{key}
object