Queries and lists New Relic Alert Intelligence issues for an account with optional filtering and pagination.
For prerequisites, see New Relic Issue actions.
List issues
The action identifier is newrelic.issue.list.
Queries and lists New Relic issues (AI Issues) for an account, returning real-time status, timeline, correlated entities, and impact details for active or past issues. Supports filtering by state, priority, source, entity, condition, policy, correlation and acknowledgment status, a time window, and cursor-based pagination. Built on newrelic.nerdgraph.execute.
The following table describes all available input fields for this action.
Input | Type | Description | Example |
|---|---|---|---|
accountId | Int | Required. The New Relic account whose issues to list. Must be a positive integer. |
|
issueIds | List | Optional. Issue IDs to include. Must be a JSON array of UUID strings. |
|
states | List | Optional. One or more of |
|
priority | List | Optional. One or more of |
|
sources | List | Optional. One or more of |
|
entityGuids | List | Optional. Entity GUIDs to filter by. |
|
entityTypes | List | Optional. Entity types to filter by. |
|
conditionIds | List | Optional. Alert condition IDs to filter by. Must be a JSON array of integers. |
|
policyIds | List | Optional. Alert policy IDs to filter by. Must be a JSON array of integers. |
|
isAcknowledged | Boolean | Optional. Acknowledgment status filter. |
|
isCorrelated | Boolean | Optional. Indicates whether New Relic's Applied Intelligence has merged this issue with other related issues to reduce noise. |
|
mutingStates | List | Optional. Notification suppression status. One or more of |
|
contains | String | Optional. Case-sensitive, free-text match on key issue attributes. |
|
startTime | Int | Optional. Time window start, epoch milliseconds. Must be non-negative. Requires |
|
endTime | Int | Optional. Time window end, epoch milliseconds. Must be non-negative. Requires |
|
cursor | String | Optional. Opaque pagination token from a prior call's |
|
selectors | List | Optional. JQ selectors to extract specific values from the response. | |
The following table describes all output fields returned by this action.
Output | Type | Description |
|---|---|---|
success | Boolean |
|
errorMessage | String | Contains an error message only when the call fails at the HTTP/transport level. |
data | Map | NerdGraph response. Contains |
The following examples show how to use this action with different filter configurations.
Workflow example |
|---|
No filters — list every issue on the account, regardless of state, priority, or other filters. Only The following example uses basic filters to list active, high-priority issues for an account: The following example uses multiple filters for unacknowledged, unmuted, critical issues within a specific time window, with selectors flattening the response for pagination: To page through additional results from the third example, take the |