List Alerts
Alerts
List Alerts
GET
List Alerts
Returns a paginated list of service alerts on chargers accessible to the authenticated user’s current team. Active (unresolved) alerts are listed first, then newest first. By default only active alerts are returned.
Include resolved alerts in the results. Defaults to
false (active alerts only).Filter by severity. One of
info, warning, critical.Filter by alert type. Matches the exact type or any type prefixed with it (e.g.
connector_faulted matches connector_faulted:2).Filter by site ID.
Results per page. Default
25.Response
Returns a paginated response. Each item indata is a service alert object. See Pagination for the links and meta envelope.
The numeric ID of the alert.
The unique UUID of the alert.
The ID of the site the alert belongs to. May be
null.The ID of the charger the alert belongs to.
The ID of the connector the alert relates to, if applicable. May be
null.The alert type identifier (e.g.
charger_offline, connector_faulted, high_reconnect_rate).A human-readable label for the alert type, falling back to the raw
alert_type when no label is registered.The severity level. One of
info, warning, critical.Additional context data captured when the alert was raised. May be
null.ISO 8601 timestamp until which duplicate alerts of this type are suppressed. May be
null.ISO 8601 timestamp of when the alert was resolved (manually or automatically).
null while active.The ID of the user who resolved the alert. May be
null.Whether the authenticated user is permitted to resolve this alert.
ISO 8601 timestamp of when the alert was created.
ISO 8601 timestamp of when the alert was last updated.
The charger the alert belongs to, with its site.
The connector the alert relates to, with its
id and connector_id. May be null.The remediation actions associated with the alert.