Query Chart Series Data
Retrieves time series data based on configured series parameters
POST
Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-44cf2c7c.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of series configurations
Required array length:
1 - 5 elementsStart timestamp in milliseconds
Example:
1647014400000
End timestamp in milliseconds
Example:
1647100800000
Time bucket size for aggregations
Available options:
30s, 1m, 5m, 10m, 15m, 30m, 1h, 2h, 6h, 12h, 1d, 2d, 7d, 30d, auto Example:
"1h"
Format of the returned data
Available options:
ratio, column Example:
"column"
Response
Successfully retrieved time series data