Skip to main content
Get the events for a specified alert.
External DocumentationTo learn more, visit the Vega documentation.

Parameters

ParameterDescription
Alert IDThe ID of the alert to retrieve events for. Can be obtained using the List Alerts action.
LimitThe maximum number of events to return per page. Maximum value is 2500.
OffsetThe number of results to skip for pagination.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"data": {
		"getAlertsEvents": {
			"total": 123,
			"limit": 123,
			"offset": 123,
			"results": [
				{}
			],
			"error": {
				"code": "<string>",
				"message": "<string>"
			}
		}
	}
}

Workflow Library Example

Get Alerts Events with Vega and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop