Skip to content
Last updated

Retrieve usage heatmap data for visualizing patterns across different time periods and days of the week.

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

Path Parameters

org_id string required

The organization ID.

Query Parameters

days integer

Number of days to analyze. Default: 30. Range: 7-90.

metric string optional

Metric type to analyze: neurons, synapses, or omit for combined metrics. Default: combined (null).

Returns

Returns heatmap data showing usage intensity across time periods.

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