> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Fired Alerts

Access a list of all fired alerts.

<Note>
  External Documentation

  To learn more, visit the [Splunk documentation](https://docs.splunk.com/Documentation/Splunk/9.1.2/RESTREF/RESTsearch#alerts.2Ffired_alerts).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                               |
  | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Count     | The maximum number of results to return. If value is set to 0, then all available results are returned.                                                                                                                                                                                                                                   |
  | Offset    | The first result (inclusive) from which to begin returning data. This value is 0-indexed. Default value is 0.<br />In 4.1+, negative offsets are allowed and are added to count to compute the absolute offset (for example, offset=-1 is the last available offset).<br />Offsets in the results are always absolute and never negative. |
</div>

## Example Output

```json theme={"dark"}
{
	"links": {},
	"origin": "/services/alerts/fired_alerts",
	"updated": "2023-01-15T10:42:17+02:00",
	"generator": {
		"build": "dd0128b1f8cd",
		"version": "9.0.3"
	},
	"entry": [
		{
			"name": "-",
			"id": "/servicesNS/example/search/alerts/fired_alerts/-",
			"updated": "1970-01-01T02:00:00+02:00",
			"links": {
				"alternate": "/servicesNS/example/search/alerts/fired_alerts/-",
				"list": "/servicesNS/example/search/alerts/fired_alerts/-"
			},
			"author": "example",
			"acl": {
				"app": "search",
				"can_list": true,
				"can_write": true,
				"modifiable": false,
				"owner": "example",
				"perms": {
					"read": [
						"*"
					],
					"write": [
						"*"
					]
				},
				"removable": false,
				"sharing": "user"
			},
			"content": {
				"eai:acl": null,
				"triggered_alert_count": 0
			}
		}
	],
	"paging": {
		"total": 1,
		"perPage": 30,
		"offset": 0
	},
	"messages": []
}
```

## Workflow Library Example

[List Fired Alerts with Splunk and Send Results Via Email](https://library.blinkops.com/workflows/list-fired-alerts-with-splunk-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-fired-alerts-with-splunk-and-send-results-via-email/canvas" />
</div>
