Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The start of the time window in ISO 8601 format (YYYY-MM-DDTHH:MM:SS). Defaults to 4 hours ago.
"2025-10-29T08:00:00"
The end of the time window in ISO 8601 format (YYYY-MM-DDTHH:MM:SS). Defaults to the current time.
"2025-10-29T12:00:00"
The time interval in minutes for aggregating data points.
15
An array of Site UUIDs to filter the results. If omitted, data from all accessible sites will be aggregated.
Response
A list of data volume data points aggregated into time buckets.
The start time of the aggregation bucket.
"2025-10-29 10:00:00"
The total volume of inbound data in bytes for this time slot.
937500000
The total volume of outbound data in bytes for this time slot.
176250000
The combined total volume of data in bytes.
1113750000