cURL
curl --request GET \ --url https://api.logfleet.io/api/v1/billing/plan \ --header 'Authorization: Bearer <token>'
{ "plan_tier": "free", "limits": { "max_agents": 123, "max_logs_per_day": 123, "max_metrics_per_day": 123, "max_streaming_hours_per_month": 123, "max_concurrent_streams": 123, "retention_days": 123 } }
Returns the limits for the organization’s current plan
JWT token obtained from /auth/login
Plan limits
free
starter
professional
enterprise
Show child attributes