Skip to main content
GET
List Chargers
Returns a paginated list of chargers belonging to the specified team, with filtering and sorting support.
team
string
required
The UUID of the team.
Filter by charger identity, serial number, or team reference.
filter[connection_status]
string
Filter by connection status. One of online, offline, or never_seen.
filter[status]
string
Filter by charger status. One of Available, Charging, Faulted, Finishing, Preparing, Reserved, SuspendedEV, SuspendedEVSE, or Unavailable.
filter[connector_status]
string
Filter by connector status. One of Available, Charging, Faulted, Finishing, Preparing, Reserved, SuspendedEV, SuspendedEVSE, or Unavailable. Accepts a single value or an array.
filter[vendor]
string
Filter by charger vendor. Accepts a single value or an array.
filter[model]
string
Filter by charger model name. Accepts a single value or an array.
filter[firmware_version]
string
Filter by firmware version. Matches partially.
filter[license]
string
Filter by license type. One of basic, smart, or pro. Accepts a single value or an array.
filter[site_uuid]
string
Filter by location UUID. Accepts a single value or an array.
sort
string
Sort field. One of identity, connection_status, status, created_at, firmware_version, or model. Prefix with - for descending order. Defaults to -created_at.
page
integer
Page number for pagination.

Response

data
array
Array of charger objects.
filter_options
object
Available filter options based on the current dataset.