{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Violations API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Violations", "type": "folder" }, "items": [ { "info": { "name": "New Relic Get Alerts Violations", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/alerts_violations.json", "params": [ { "name": "page", "value": "100", "type": "query", "description": "Pagination index" }, { "name": "start_date", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve violations created after this time" }, { "name": "end_date", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve violations created before this time" }, { "name": "only_open", "value": "true", "type": "query", "description": "Filter by open violations" } ] }, "docs": "🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\n

This API endpoint works with new Alerts on alerts.newrelic.com.

\n\n

It returns a list of the violations associated with your New Relic account.

\n\n

See our documentation for a discussion on