Skip to main content
GET
Get Power History
Returns historical power metrics for a branch (location group) or connector. Data is sampled to a maximum of 400 points. Use the from and to parameters to zoom in on a specific time range for more granular data. When the from and to parameters are omitted, the default range is the last 7 days.
string
required
The UUID of the location.
string
required
The history type. Must be branch or connector.
integer
required
The entity ID. Use the site_group_id when type is branch, or the charger_id when type is connector.
integer
The connector ID. Required when type is connector.
string
Start date/time filter in ISO 8601 format (e.g., 2024-01-01T00:00:00Z).
string
End date/time filter in ISO 8601 format. Must be after or equal to from.

Response

object[]
An array of data points, ordered by timestamp. Each point groups its measurands by phase.
object
Metadata describing the returned range and series.