Analyze usage trends over multiple months with forecasting and pattern detection.
GEThttps://api.aitronos.com/v1/analytics/usage/trends/{org_id}
org_id string required
The organization ID.
months integer
Number of months to analyze. Default: 6. Range: 1-24.
metric string optional
Metric type to analyze: neurons, synapses, or omit for combined metrics. Default: combined (null).
Returns trend analysis with growth rates and forecasts.
Bash
- Bash
- Python
- JavaScript
curl "https://api.aitronos.com/v1/analytics/usage/trends/org_abc123?months=6" \
-H "X-API-Key: $FREDDY_API_KEY"