Skip to main content
GET
Graph Proxy Analytics

Authorizations

X-API-Private-Key
string
header
required

Private API key for user-level authentication.

X-API-Public-Key
string
header
required

Public API key for user-level authentication.

Query Parameters

preset
string

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"].

period_start
string<datetime>
period_end
string<datetime>
interval
enum<string>
Available options:
minute,
hour,
day,
month
hostname
string
network
enum<string>
Available options:
datacenter,
isp,
residential,
mobile
proxy_user_id
string
service_id
string
show_log_concurrency
boolean

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.

Response

200 - application/json

Analytics graphing successful.

data
object
message
string

A success message.

Example:

"Analytics graphing successful."