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

# Run Open Query

Run an open query.

<Note>
  External Documentation

  To learn more, visit the [Nozomi Networks documentation](https://luxottica.customers.eu2.vantage.nozominetworks.io/api-docs/index.html).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                               |
  | ----------- | ----------------------------------------- |
  | Count       | The amount of results to return per page. |
  | Page Number | The page number to return.                |
  | Query       | The query to apply.                       |
</div>

## Example Output

```json theme={"dark"}
{
	"result": [
		{
			"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
			"ack": true,
			"risk": 0,
			"time": 0,
			"id_dst": "198.51.100.42",
			"id_src": "198.51.100.42",
			"status": "string",
			"properties": {},
			"closed_time": 0,
			"is_incident": true,
			"created_time": 0,
			"appliance_host": "string",
			"name": "string",
			"type_name": "string",
			"threat_name": "string",
			"description": "string",
			"note": "string",
			"ip_src": "198.51.100.42",
			"ip_dst": "198.51.100.42",
			"mac_src": "string",
			"mac_dst": "string",
			"port_dst": "string",
			"port_src": "string",
			"protocol": "string",
			"transport_protocol": "string",
			"severity": "string",
			"zone_dst": "string",
			"zone_src": "string",
			"dst_roles": "string",
			"src_roles": "string",
			"label_dst": "string",
			"label_src": "string",
			"bpf_filter": "string",
			"close_option": "string",
			"is_security": true,
			"trigger_type": "string",
			"capture_device": "string",
			"appliance_ip": "string",
			"custom_fields_src": "string",
			"custom_fields_dst": "string",
			"playbook_contents": "string",
			"trace_status": "string",
			"trace_sha1": "string",
			"record_created_at": 0,
			"type_id": "string",
			"trigger_id": "string"
		}
	],
	"header": [
		"string"
	],
	"total": 0
}
```

## Workflow Library Example

[Run Open Query with Nozomi Networks and Send Results Via Email](https://library.blinkops.com/workflows/run-open-query-with-nozomi-networks-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/run-open-query-with-nozomi-networks-and-send-results-via-email/canvas" />
</div>
