Returns a list of the Incidents associated with your New Relic account.

Parameters

ParameterDescription
Exclude violationsExclude violations from response.
Only openFilter by open incidents.
PagePagination index.

Example Output

{
	"incident": {
		"closed_at": 0,
		"id": 0,
		"incident_preference": 0,
		"links": {
			"policy_id": 0,
			"violations": [
				0
			]
		},
		"opened_at": 0
	}
}

Workflow Library Example

List Incidents with New Relic and Send Results Via Email

Preview this Workflow on desktop