# List Charger Reports 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. Endpoint: GET /report/charger Version: v1 Security: BearerAuth ## Query parameters: - `limit` (integer) Number of results to return per page - `offset` (integer) The initial index from which to return the results ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.tenant` (string, required) Tenant name - `results.charger_id` (string, required) Charger identifier - `results.charger_name` (string, required) Name of the charger - `results.site_name` (string, required) Name of the site - `results.address` (string) Physical address - `results.city` (string) City - `results.state` (string) State or province - `results.zip` (string) ZIP or postal code - `results.country` (string) Country - `results.owner` (string) Owner of the charger - `results.utility` (string) Utility provider - `results.commission_date` (string, required) Date when the charger was commissioned - `results.operating_status` (string) Current operating status - `results.total_power` (number) Total power consumption - `results.report_date` (string, required) Date of the report - `results.driver_emails` (array, required) Email addresses of drivers