Usage Summary
account.analytics.usageRetrieve your API usage summary—total calls, cost, cache hit rate, average latency, and unique tools. Filter by 1, 7, or 30 days to analyze platform efficiency.
Instructions
Get your API usage summary — total calls, total cost, cache hit rate, average latency, and unique tools used. Filter by period: 1 day, 7 days, or 30 days. See how efficiently you are using the platform. Free, no charge (APIbase)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period for usage stats: "1d" (24 hours), "7d" (7 days), or "30d" (30 days). Default: "7d" | 7d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |