acknowledge_events
Acknowledge one or more watch events, marking them as read. Acknowledged events are still retrievable but excluded when filtering with unacknowledgedOnly: true.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
| eventIds | string[] | Yes | Array of event IDs to mark as acknowledged (min: 1) |
Example
Section titled “Example”Request
Section titled “Request”{ "name": "acknowledge_events", "arguments": { "eventIds": ["evt_12345", "evt_12346", "evt_12347"] }}Response
Section titled “Response”{ "acknowledged": 3, "total": 3, "message": "All 3 event(s) acknowledged."}- If some event IDs are not found or were already acknowledged, the
acknowledgedcount will be less thantotal. Themessagefield explains the discrepancy. - Acknowledging events does not delete them. They remain accessible through
get_watch_eventswithout theunacknowledgedOnlyfilter.
Related Tools
Section titled “Related Tools”- get_watch_events — retrieve events to acknowledge
- portfolio_analytics — view unacknowledged alert counts