Analytics
> Track how your APIs are performing with real-time usage data.
The Analytics page is the first thing you see when opening the Dashboard. It gives you a quick overview of your API activity.
Stats overview
Four cards at the top show your key metrics:
| Metric | Description | |--------|-------------| | Total Calls | Number of API requests received | | Success Rate | Percentage of requests that returned a successful response | | Avg Response Time | Average time your routes take to respond (in milliseconds) | | Active Routes | Number of routes currently deployed |
Daily usage quota
A progress bar shows how many API calls you have used today compared to your plan's daily limit. Premium plans have higher or unlimited daily limits.
Usage chart
The line chart shows your API call volume over time. Use the time range buttons to adjust the view:
- Today -- Current day
- 7 Days -- Last week
- 30 Days -- Last month
- 90 Days -- Last quarter
If your success rate drops, check the Execution Logs to find which routes are failing and why.
What's next?
| Topic | Description | |-------|-------------| | Execution Logs | View detailed route execution logs | | API Keys | Manage API keys | | Routes | Configure your routes |