Skip to main content
POST
Run an ad-hoc timeseries query

Authorizations

X-BRONTO-API-KEY
string
header
required

Body

application/json
time_range
object
required
queries
object[]
required

the list of simple queries computed to generate the timeseries

Required array length: 1 - 6 elements
limit
integer
default:100

In a query with a group by, it limits the number of groups returned. It does not affect a query using aggregate functions.

Required range: 1 <= x <= 10000
Example:

50

num_of_slices
object

The number of buckets to break the time series results into.

Example:

100

delta
object
formulas
object[]

a list of formulas that combine the queries results

Maximum array length: 5

Response

Timeseries search results

Map of the query/formula name and the related timeseries

{key}
object

contains the timeseries for a query or a formula