> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Global Events Search

Apply an events' global search.

<Note>
  External Documentation

  To learn more, visit the [Flare.io documentation](https://api.docs.flare.io/api-reference/v4/endpoints/global-search).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                       |
  | ---------------- | ----------------------------------------------------------------- |
  | Azure Tenant     | The Azure tenant to query by.                                     |
  | Bin              | The bin to query by.                                              |
  | Brand Name       | The brand name to query by.                                       |
  | Domain FQDN      | The complete domain name to query by.                             |
  | Email            | The email to query by.                                            |
  | Filters Type     | Filter events by their type.                                      |
  | First Name       | The first name to query by.                                       |
  | IP Address       | The IP address to query by.                                       |
  | Keyword          | The keyword to query by.                                          |
  | Last Name        | The last name to query by.                                        |
  | Order            | The order in which the results will be returned.                  |
  | Query String     | The query string to search by.                                    |
  | Query Type       | The type of query you would like to apply.                        |
  | Repo Name        | The repo name to query by.                                        |
  | Repo Owner       | The repo owner to query by.                                       |
  | Return All Pages | Automatically fetch all resources, page by page.                  |
  | Severity         | Filter events by their severity.                                  |
  | Strict Search    | Ensure only exact matches are returned, ignoring partial matches. |
  | Username         | The username to query by.                                         |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter              | Description                                                                                               |
  | ---------------------- | --------------------------------------------------------------------------------------------------------- |
  | From                   | Cursor from which you want to continue paginating. The value comes from the `next` field in the response. |
  | Page Size              | Limit the number of events that will be returned. Valid range is 1 - 10.                                  |
  | Timestamp Greater Than | Fetch events that were created after a specified timestamp.                                               |
  | Timestamp Less Than    | Fetch events that were created before a specified timestamp.                                              |
</div>

## Example Output

```json theme={"dark"}
{
  "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

[Global Events Search with Flareio and Send Results Via Email](https://library.blinkops.com/workflows/global-events-search-with-flareio-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/global-events-search-with-flareio-and-send-results-via-email/canvas" />
</div>
