External DocumentationTo learn more, visit the Teramind documentation.
Actions
List Alerts
Retrieve a list of alerts for a specified time period.

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 |
|---|---|
| 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. |
[
{
"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": ""
}
}
]
}
]
Was this page helpful?