Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
CLI reference: floo analytics — view traffic analytics for an app or org
floo analytics [APP]
APP
--period
-p
7d
30d
90d
# App-level analytics (last 30 days) floo analytics my-app # Last 7 days floo analytics my-app --period 7d # Org-level overview (all apps) floo analytics # Agent workflow: get error rate floo analytics my-app --json 2>/dev/null | jq -r '.data.error_rate'
Org analytics (last 30d): App Requests Errors Error Rate P50 Latency Traffic my-app 12,450 23 0.18% 45ms ▁▂▃▅▇▅▃▂ api-service 8,320 5 0.06% 120ms ▂▃▄▅▆▅▄▃ landing 45,200 0 0.00% 12ms ▃▅▇▇▇▅▃▂
{ "success": true, "data": { "app_name": "my-app", "period": "30d", "requests": 12450, "errors": 23, "error_rate": 0.0018, "latency": { "p50": 45, "p95": 230, "p99": 890 }, "status_codes": { "2xx": 12200, "3xx": 227, "4xx": 15, "5xx": 8 } } }
NOT_AUTHENTICATED
floo auth login
APP_NOT_FOUND