Skip to main content

List Identifier Group Events

Retrieve a list of events matching the identifiers of an identifier group.

External Documentation

To learn more, visit the Flare.io documentation.

Basic Parameters

ParameterDescription
Azure TenantThe Azure tenant to query by.
BinThe bin to query by.
Brand NameThe brand name to query by.
Domain FQDNThe complete domain name to query by.
EmailThe email to query by.
Filters TypeFilter events by their type.
First NameThe first name to query by.
IP AddressThe IP address to query by.
Identifier Group IDThe Event identifier group ID.
KeywordThe keyword to query by.
Last NameThe last name to query by.
OrderThe order in which the results will be returned.
Query StringThe query string to search by.
Query TypeThe type of query you would like to apply.
Repo NameThe repo name to query by.
Repo OwnerThe repo owner to query by.
Return All PagesAutomatically fetch all resources, page by page.
SeverityFilter events by their severity.
Strict SearchEnsure only exact matches are returned, ignoring partial matches.
UsernameThe username to query by.

Advanced Parameters

ParameterDescription
FromCursor from which you want to continue paginating. The value comes from the next field in the response.
Page SizeLimit the number of events that will be returned. Valid range is 1 - 10.
Timestamp Greater ThanFetch events that were created after a specified timestamp.
Timestamp Less ThanFetch events that were created before a specified timestamp.

Example Output

{
"items": [
{
"metadata": {
"estimated_created_at": "2019-09-20T16:30:37.589388Z",
"type": "listing",
"uid": "listing/apollon_market/9861",
"severity": "critical"
},
"tenant_metadata": {
"severity": {
"original": "low",
"override": "critical"
},
"tags": [
"important",
],
"notes": "This reason why this is tagged as 'important' is: ..."
},
"identifiers": [
{
"id": 1,
"name": "An identifier"
}
],
"highlights": {
"description": [
"Bank Statement PSD <mark>Template</mark>\r\n\r\nWe promise:\r\n- Your order will be delivered instantly."
],
"title": [
"Bank Statement PSD <mark>Template</mark>"
]
}
}
],
"next": "WzE1Njg5OTcwMzc1ODksICJsaXN0aW5nL2Fwb2xsb25fbWFya2V0Lzk4NjEiXQ%3D%3D"
}

Workflow Library Example

List Identifier Group Events with Flareio and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop