Skip to main content
Retrieve a list of alerts for a specified time period.
External DocumentationTo learn more, visit the Teramind documentation.

Parameters

ParameterDescription
Agent IDsA comma-separated list of agent IDs to filter by.
Computer IDsA comma-separated list of computer IDs to filter by.
Department IDsA comma-separated list of department IDs to filter by.
End DateThe end of the time range to retrieve results from.
LimitThe maximum number of results to return per page.
OffsetThe pagination offset indicating the starting point for the next set of results.
Start DateThe start of the time range to retrieve results from.

Example Output

[
	{
		"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
Workflow LibraryPreview this Workflow on desktop