External DocumentationTo learn more, visit the Vega documentation.
Parameters
Example Output
Workflow Library Example
Get Alert Events with Vega and Send Results Via EmailPreview this Workflow on desktop
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?