> ## 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.

# Search Lookup Data

Search for lookup data.

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                                           |
  | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Collection Type | The collection type to query data for.                                                                                                                                                                                                                                                                                                                                                                                |
  | Query           | The query data to search for.<br />For each collection type there will be a different set of queries.<br /><br />For example:<br />For the `asset` collection type, the query will look like the following - `entityname = "QUALYSTEST\|30489654_42428"`<br />For the `geolocation` collection type, the query will look like the following - `location = "City:Paris Region:A8 Country:FR" and longitude = "2.3488"` |
</div>

## Example Output

```json theme={"dark"}
{
  "available": "false",
  "error": "false",
  "events": [{
    "directImport": "false",
    "hour": "0",
    "ignored": "false",
    "invalid": "false",
    "invalidEventAction": "0",
    "tenantid": "1",
    "tenantname": "Securonix",
    "u_id": "-1",
    "u_userid": "-1",
    "result": {
      "entry": [{
        "key": "value_u_customfield4",
        "value": "allows attackers to obtain sensitive information"
      },
        {
          "key": "value_u_customfield11",
          "value": "CVE-2014-2212"
        },
        {
          "key": "lookupname",
          "value": "VulnerableHostLookUpTable"
        },
        {
          "key": "key",
          "value": "WW9452"
        }
      ]
    }
  }]
  "from": "1533838272825",
  "offset": "1000",
  "query": "index=lookup and lookupname = \"VulnerableHostLookUpTable\"",
  "searchViolations": "false",
  "to": "1536516672825",
  "totalDocuments": "1"
}
```

## Workflow Library Example

[Search Lookup Data with Securonix and Send Results Via Email](https://library.blinkops.com/workflows/search-lookup-data-with-securonix-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/search-lookup-data-with-securonix-and-send-results-via-email/canvas" />
</div>
