Added
New list filters on GET /alerts
August 24th, 2026
GET /v2/alerts accepts four new query parameters: brand_ids, severity, entity_state, and platform. Each one takes a comma-separated list, and an alert matches if it matches any value in the list.
queue_state now also accepts a comma-separated list. A single queue_state value continues to work as before.
Use these filters to narrow the result set on the server instead of paging through the full list and filtering in your own code.
These parameters are available on V2 only.
