> ## 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 Alerts

Retrieve a list of alerts for a specified time period.

<Note>
  External Documentation

  To learn more, visit the [Teramind documentation](https://apidoc.dev.teramind.co/#b6909e7e-f88e-4b5a-a174-db5bd31f23fa).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                      |
  | -------------- | -------------------------------------------------------------------------------- |
  | Agent IDs      | A comma-separated list of agent IDs to filter by.                                |
  | Computer IDs   | A comma-separated list of computer IDs to filter by.                             |
  | Department IDs | A comma-separated list of department IDs to filter by.                           |
  | End Date       | The end of the time range to retrieve results from.                              |
  | Limit          | The maximum number of results to return per page.                                |
  | Offset         | The pagination offset indicating the starting point for the next set of results. |
  | Start Date     | The start of the time range to retrieve results from.                            |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": 0,
		"timestamp": "",
		"agent": {
			"id": 0,
			"name": ""
		},
		"computer": {
			"id": 0,
			"name": ""
		},
		"rule": {
			"id": 0,
			"name": "",
			"type": "",
			"group_id": 0,
			"group_name": ""
		},
		"description": [
			{
				"caption": "",
				"values": {
					"website_name": "",
					"website_url": ""
				}
			}
		]
	}
]
```

## Workflow Library Example

[List Alerts with Teramind and Send Results Via Email](https://library.blinkops.com/workflows/list-alerts-with-teramind-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-alerts-with-teramind-and-send-results-via-email/canvas" />
</div>
