Skip to main content
GET
Get order traffic usage
Returns pre-aggregated traffic usage points for a single order and summary values for the selected period.

Path parameters

string
required
UUID of the order.

Query parameters

string
default:"last_7d"
One of: last_24h, last_7d, last_30d.

Response

string
Selected period preset.
string
Inclusive UTC start timestamp of the selected window.
string
Exclusive UTC end timestamp of the selected window.
object
Aggregated values:
  • total_used_gb
  • avg_per_period_gb
array
Chart points, each with:
  • timestamp
  • used_delta_gb
  • used_total_gb
  • total_limit_gb

Example