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=trueto reduce result set for monitoring dashboards - Specify date ranges to limit historical queries
- Cache responses for reporting dashboards (data changes infrequently)
- Use
limitparameter 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
- 200
- 400
- 401
- 403
- 404
- 500
Standard structure for paginated API responses
Standard error response format
Standard error response format
Standard error response format
Standard error response format
Standard error response format