Skip to content
Last updated

Analyze usage trends over multiple months with forecasting and pattern detection.

GEThttps://api.aitronos.com/v1/analytics/usage/trends/{org_id}

Path Parameters

org_id string required

The organization ID.

Query Parameters

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

Returns trend analysis with growth rates and forecasts.

Bash
curl "https://api.aitronos.com/v1/analytics/usage/trends/org_abc123?months=6" \
  -H "X-API-Key: $FREDDY_API_KEY"