External DocumentationTo learn more, visit the Vega documentation.
Actions
Get Alert Events
Get the events for a specified alert.

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 |
|---|---|
| Alert ID | The ID of the alert to retrieve events for. Can be obtained using the List Alerts action. |
| Limit | The maximum number of events to return per page. Maximum value is 2500. |
| Offset | The number of results to skip for pagination. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"data": {
"getAlertsEvents": {
"total": 123,
"limit": 123,
"offset": 123,
"results": [
{}
],
"error": {
"code": "<string>",
"message": "<string>"
}
}
}
}
Was this page helpful?