Skip to main content
POST

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corpo

application/json
series
object[]
obrigatório

Array of series configurations

Required array length: 1 - 5 elements
startTime
number
obrigatório

Start timestamp in milliseconds

Exemplo:

1647014400000

endTime
number
obrigatório

End timestamp in milliseconds

Exemplo:

1647100800000

granularity
enum<string>

Time bucket size for aggregations

Opções disponíveis:
30s,
1m,
5m,
10m,
15m,
30m,
1h,
2h,
6h,
12h,
1d,
2d,
7d,
30d,
auto
Exemplo:

"1h"

seriesReturnType
enum<string>

Format of the returned data

Opções disponíveis:
ratio,
column
Exemplo:

"column"

Resposta

Successfully retrieved time series data

data
object[]

Array of data points for the series

Última modificação em 15 de julho de 2026