From 8acbbf5844e74e2f9d1042781cc799670041ee83 Mon Sep 17 00:00:00 2001 From: Sebastien Deschambault Date: Mon, 3 Aug 2026 17:01:54 -0400 Subject: [PATCH] Add status param to events feed endpoint --- docs/snippets/endpoint-event-search-common.mdx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/snippets/endpoint-event-search-common.mdx b/docs/snippets/endpoint-event-search-common.mdx index a6707ea1..60da0a92 100644 --- a/docs/snippets/endpoint-event-search-common.mdx +++ b/docs/snippets/endpoint-event-search-common.mdx @@ -242,11 +242,21 @@ This endpoint supports the If provided, results will be filtered on the tags. - + + If provided, results will only contain events that match one of the specified statuses. + + + `open` + `ignored` + `remediated` + + + + If set to true, results will be filtered to be events that have been ignored. - + If set to true, results will be filtered to be events that have been remediated.