Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • Documentation
  • Blog
  • Getting Started
    • Accounts
    • Charging Sessions
    • Charging Stations
    • Drivers
    • Estimations
    • Fleets
    • Invoices
    • Payment Methods
    • Reports
      • The Reporting object
      • POST
        Create a report generation request
      • GET
        Retrieve a report
      • GET
        List all past reports
    • Reservations
    • Transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
    Reports

    The Reporting object

    A Report represents an exported summary of charging activity, usage metrics, or cost breakdowns over a given time period. Reports can be filtered, grouped, and downloaded in CSV or other supported formats.

    Delete a Payment MethodCreate a report generation request
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "account": null,
      "created": null,
      "fleet": null,
      "parameters": {
        "filters": {
          "vehicle": null
        },
        "group_by": null,
        "period_start": null,
        "period_end": null,
        "type": null
      },
      "size": null,
      "status": null,
      "succeeded_at": null,
      "type": null,
      "url": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.