Get a single transaction by ID
GET/transactions/:id
Retrieves comprehensive details about a specific charging transaction, including real-time metrics, energy consumption, and session state.
Use Cases:
- Display session details in user dashboards
- Monitor active charging progress
- Analyze completed session metrics for billing
- Troubleshoot charging issues with telemetry data
- Generate session reports and analytics
Real-time metrics (latest/average/peak values) are calculated from meter values and update as telemetry is received from the charger.
Use this endpoint to display session details in your UI. For granular power/current/voltage data points, fetch meter values separately to reduce response size.
Energy values are in Wh (watt-hours). Power in watts, current in amperes, voltage in volts. All timestamps are in UTC ISO 8601 format.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
A charging transaction/session
Standard error response format
Standard error response format
Standard error response format
Standard error response format
Standard error response format