# API Health Zuora System Health dashboard for API (API dashboard) collects and displays data about API usage, failure, performance, and concurrency limit in near real time. It enables you to view all the APIs in your Zuora tenant within the last 14 days. For more information, see APIs dashboard. ## List API volume summary records - [GET /system-health/api-requests/volume-summary](https://developer.zuora.com/v1-api-reference/api/api-health/get_systemhealthapivolumesummary.md): Returns volume summary of API usage that generated by your Zuora tenant within a specified time range. You can filter the summary by API path name and http method. ## List API failure records - [GET /system-health/api-requests/failures](https://developer.zuora.com/v1-api-reference/api/api-health/getsystemhealthapifailurerecords.md): Returns failure records of API usage that are generated by your Zuora tenant within a specified time range. You can filter the failure records by one or multiple of the following fields: - API path name - HTTP method - Response code - Request ID - Track ID ## List API usage detail records - [GET /system-health/api-requests/details](https://developer.zuora.com/v1-api-reference/api/api-health/getsystemhealthapiperformancerecords.md): Returns records of API usage that are generated by your Zuora tenant within a specified time range. You can filter the records by one or multiple of the following fields: - API path name - HTTP method - Response code - Request ID - Track ID