Skip to main content
GET
List Team Transactions
Returns a paginated list of transactions across all chargers the team has sensitive access to. Uses cursor-based pagination (simple pagination) for infinite scroll support.
string
required
The UUID of the team.
string
Filter by transaction status. One of active or finished.
Search by transaction ID (numeric), Card UID, or Chargepoint ID.
string
Sort field. One of started_at, stopped_at, total_kwh, meter_start, or meter_stop. Prefix with - for descending order. Defaults to -started_at.
integer
Page number for pagination. 25 results per page.

Response

array
Array of transaction objects.
object
Available filter options.