Event Feeds
List Identifier Group's Events
POST
/
firework
/
v4
/
events
/
identifier_groups
/
{identifier_group_id}
/
_search
Returns a list of events matching the identifiers of an identifier group.
Guides
See the guide for using this endpoint: Exporting a Tenant’s Events .
Paging
This endpoint supports the Flare standard paging pattern .
Body Parameters
query
object
One of the supported queries.
size
number
Limit number of events that will be returned.
from
number
The next
value from the last response.
order
string
default: "desc"The order in which the results will be returned.
filters
object
severity
string[]
If a string value is specified, results will contain events that have a greater than or equal severity. Otherwise, if an array of severities is specified, results will only contain events that exactly match one of them.
type
string[]
Learn more about Event Source Filters .
estimated_created_at
object
Was this page helpful?