File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 4545
4646## Paging
4747
48- This endpoint supports the
48+ This endpoint supports the
4949[ Flare standard paging pattern <Icon icon = " book" size = { 16 } />] ( /concepts/paging ) .
5050
5151## Body Parameters
@@ -244,5 +244,17 @@ This endpoint supports the
244244 </ParamField >
245245 </Expandable >
246246 </ParamField >
247+
248+ <ParamField body = " tags" type = " string[]" >
249+ If provided, results will be filtered on the tags.
250+ </ParamField >
251+
252+ <ParamField body = " is_ignored" type = " bool" >
253+ If set to true, results will be filtered to be events that have been ignored.
254+ </ParamField >
255+
256+ <ParamField body = " is_remediated" type = " bool" >
257+ If set to true, results will be filtered to be events that have been remediated.
258+ </ParamField >
247259 </Expandable >
248260</ParamField >
You can’t perform that action at this time.
0 commit comments