Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/snippets/endpoint-event-search-common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

## Paging

This endpoint supports the
This endpoint supports the
[Flare standard paging pattern <Icon icon="book" size={16} />](/concepts/paging).

## Body Parameters
Expand Down Expand Up @@ -244,5 +244,17 @@ This endpoint supports the
</ParamField>
</Expandable>
</ParamField>

<ParamField body="tags" type="string[]">
If provided, results will be filtered on the tags.
</ParamField>

<ParamField body="is_ignored" type="bool">
If set to true, results will be filtered to be events that have been ignored.
</ParamField>

<ParamField body="is_remediated" type="bool">
If set to true, results will be filtered to be events that have been remediated.
</ParamField>
</Expandable>
</ParamField>