← Back to catalog
account.timeseries
mock data$0.000 / callUsage Time Series
Get time-series usage data — calls, cost, cache hits per hour or day over a period. Visualize usage patterns and trends. Choose granularity: hourly (for 1d period) or daily (for 7d/30d). Free, no charge (APIbase)
Input schema
period
stringTime period: "1d", "7d", or "30d". Default: "7d"
granularity
stringTime bucket granularity: "hour" or "day". Default: "day"
Call via REST
curl -X POST https://unifyapi.pro/api/call/account.timeseries \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"period":"7d","granularity":"day"}'