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 intervalYou 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.
Documentation Index
Fetch the complete documentation index at: https://documentation.byteful.com/llms.txt
Use this file to discover all available pages before exploring further.
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, mobile If true, includes avg_log_concurrency and max_log_concurrency per interval bucket and total_avg_log_concurrency and total_max_log_concurrency for the period. Only valid when interval is minute or hour (raw log data). Returns 422 for day or month intervals.