Skip to main content
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.
filter[include_resolved]
boolean
Include resolved alerts in the results. Defaults to false (active alerts only).
filter[severity]
string
Filter by severity. One of info, warning, critical.
filter[alert_type]
string
Filter by alert type. Matches the exact type or any type prefixed with it (e.g. connector_faulted matches connector_faulted:2).
filter[site_id]
integer
Filter by site ID.
per_page
integer
Results per page. Default 25.

Response

Returns a paginated response. Each item in data is a service alert object. See Pagination for the links and meta envelope.
id
integer
The numeric ID of the alert.
uuid
string
The unique UUID of the alert.
site_id
integer
The ID of the site the alert belongs to. May be null.
charger_id
integer
The ID of the charger the alert belongs to.
charger_connector_id
integer
The ID of the connector the alert relates to, if applicable. May be null.
alert_type
string
The alert type identifier (e.g. charger_offline, connector_faulted, high_reconnect_rate).
label
string
A human-readable label for the alert type, falling back to the raw alert_type when no label is registered.
severity
string
The severity level. One of info, warning, critical.
context
object
Additional context data captured when the alert was raised. May be null.
cooldown_until
string
ISO 8601 timestamp until which duplicate alerts of this type are suppressed. May be null.
resolved_at
string
ISO 8601 timestamp of when the alert was resolved (manually or automatically). null while active.
resolved_by
integer
The ID of the user who resolved the alert. May be null.
can_resolve
boolean
Whether the authenticated user is permitted to resolve this alert.
created_at
string
ISO 8601 timestamp of when the alert was created.
updated_at
string
ISO 8601 timestamp of when the alert was last updated.
charger
object
The charger the alert belongs to, with its site.
connector
object
The connector the alert relates to, with its id and connector_id. May be null.
actions
object[]
The remediation actions associated with the alert.