This endpoint analyzes proxy usage for a given customer within a specified time range
and groups them by one of four discrete intervals: minute
, hour
, day
, or month
.
You can either
preset
parameter, which automatically sets period and interval
(e.g. last_day
, last_hour
, etc.)period_start
, period_end
) plus interval
You can also filter by hostname
, network
, proxy_user_id
, and service_id
.
Service ID can only be filtered if period is within 7 days and interval is hour or less.
Hostname filters are disallowed if searching older than 90 days.
Private API key for user-level authentication.
Public API key for user-level authentication.
If provided, overrides period_start, period_end, and interval. Must be one of ["last_hour", "last_day", "last_week", "last_30_days", "last_60_days", "last_90_days", "last_year"].
minute
, hour
, day
, month
datacenter
, isp
, residential
Analytics graphing successful.
The response is of type object
.