POST
Mark all visible unread alert matches as seen

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Bulk alert match seen events accepted and the alert match read model was updated.

status
enum<string>
required
Available options:
accepted,
noop
matched_count
integer
required

Number of unread matches marked as seen.

Required range: x >= 0
event_ids
string<uuid>[]

Omitted for large bulk operations.

request_id
string