Per-Agent Traffic Series
Returns request volume bucketed over time and broken down by the serving agent across your active account. Powers the per-agent sparklines on the fleet page. The response is a shared x-axis (labels) plus one count series per agent (series), all aligned so each agent's array lines up index-for-index with the labels.
Bucket width is chosen automatically from the window: per-minute for a 1-hour range, per-hour up to 7 days, and per-day beyond that. The x-axis is dense — buckets with no traffic are present and zero-valued. Agents with no traffic in the window do not appear in series. Requests with no agent attribution (e.g. UDP session rows or edge-generated errors) are excluded.
Requires the traffic-inspector read permission on the active account.
Query parameters
5m, 1h, 24h, 7d, 30d, 90d. Defaults to 24h when omitted; unrecognized values also fall back to 24h.Response (200 OK)
int64), one entry per label and in the same order as labels. Only agents with traffic in the window are present. Empty object when there is no agent-attributed traffic.Errors
time_range value.