External DocumentationTo learn more, visit the Splunk Observability documentation.
Actions
List Incidents
List and query incidents.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include Resolved | Controls which incidents to retrieve, based on their status. |
| Query | Controls which incidents to retrieve, based on the team linked to the dectectors that created the incidents. For Example: teamId:FO1Vq3ABXYZ. |
| Parameter | Description |
|---|---|
| Limit | The number of results to return from the result set. |
| Offset | The result object in the result set at which the API should start returning results to you. |
[
{
"active": false,
"anomalyState": "ANOMALOUS",
"detectLabel": "string",
"detectorId": "string",
"duration": 0,
"events": [
{
"anomalyState": "ANOMALOUS",
"detectLabel": "string",
"detectorId": "string",
"detectorName": "x",
"event_annotations": {
"<property name>": "any"
},
"id": "string",
"incidentId": "string",
"inputs": [
{
"dimensions": {
"<property name>": "any"
},
"fragment": "string",
"value": 0
}
],
"severity": "Critical",
"timestamp": 1557484230000
}
],
"incidentId": "string",
"linkedTeams": [
"AbcdEf1ABCD",
"FO1Vq3ABXYZ"
],
"severity": "Critical"
}
]
Was this page helpful?