Skip to main content
View traffic analytics for an app or org. Shows requests, errors, error rate, latency, status code breakdown, and traffic sparkline.

Arguments

Flags

Examples

Org-level analytics

When APP is omitted, shows org totals followed by a per-app table:
In JSON, the org-level response uses the same shape as the app-level one with apps populated and app_id null.

JSON output

gateway_handled_requests counts requests the gateway answered without proxying to your service (rejections and gateway-owned endpoints); they are excluded from latency. apps is empty for an app-level query and lists {app_id, app_name, total_requests, total_errors, error_rate, avg_latency_ms} per app for an org-level query.

Errors