Skip to main content

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
info

Real-time metrics (latest/average/peak values) are calculated from meter values and update as telemetry is received from the charger.

tip

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.

note

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

A charging transaction/session