Skip to main content

Get a paginated list of charging transactions

GET 

/transactions/

Retrieves charging transactions (sessions) with comprehensive filtering, pagination, and sorting capabilities.

Use Cases:

  • Monitor active charging sessions in real-time
  • Analyze historical charging patterns
  • Generate billing reports for users or vehicles
  • Track energy consumption across chargers

Performance Tips:

  • Use activeOnly=true to reduce result set for monitoring dashboards
  • Specify date ranges to limit historical queries
  • Cache responses for reporting dashboards (data changes infrequently)
  • Use limit parameter to control response size
info

Includes both active and completed sessions. Active sessions update in real-time as meter values are received from chargers.

tip

For real-time monitoring, use activeOnly=true and poll every 5-10 seconds. For webhooks on session state changes, see the Webhooks API.

Request

Responses

Standard structure for paginated API responses