# Report The reporting API provides comprehensive data and metrics about your charging network. Use these endpoints to: - Get real-time status information for all chargers - Generate comprehensive charger reports - View detailed charging session history - Analyze fault data and error conditions - Track energy usage and transactions These endpoints support filtering by date ranges, chargers, and other parameters to help you generate specific reports for business intelligence, maintenance planning, and usage analytics. ## List Charger Statuses - [GET /report/charger-status](https://docs.epiccharging.com/apis/report/report_charger-status_list.md): Retrieves the current operational status of all chargers with detailed port information. Includes counts of chargers in each status category. ## Get Charger Status - [GET /report/charger-status/{id}](https://docs.epiccharging.com/apis/report/report_charger-status_read.md): Gets the current operational status of a specific charger by ID, including charger health and detailed port information. ## List Charger Reports - [GET /report/charger](https://docs.epiccharging.com/apis/report/report_charger_list.md): Generates a comprehensive report of all chargers with detailed information including location, owner, commission date, and total power usage. Supports pagination with a default limit of 100 records. ## List Charging Sessions - [GET /report/charging-session](https://docs.epiccharging.com/apis/report/report_charging-session_list.md): Provides a detailed report of all completed charging sessions including timestamps, energy delivered, and associated costs. Supports filtering by date ranges and pagination. ## List Faults - [GET /report/faults](https://docs.epiccharging.com/apis/report/report_faults_list.md): Lists all system fault events with detailed error information, categorized by charger. Supports filtering by charger ID and date range, with pagination. ## List Transactions - [GET /report/transaction](https://docs.epiccharging.com/apis/report/report_transaction_list.md): Generates a transaction report with detailed charging session information including timestamps, energy usage, and charging duration. Supports filtering by charger, date range, and timestamps.