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

# Fetch Deep Visibility Query Results

Returns all events matches the given query.

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description          |
  | --------- | -------------------- |
  | Query ID  | The ID of the query. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                            |
  | --------- | ---------------------------------------------------------------------- |
  | Cursor    | The cursor token for the next page. Leave blank to get the first page. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"processIntegrityLevel": "string",
			"registryPath": "string",
			"loginsBaseType": "string",
			"indicatorMetadata": "string",
			"processDisplayName": "string",
			"agentUuid": "string",
			"processUniqueKey": "string",
			"dstPort": "integer",
			"registryId": "string",
			"dnsRequest": "string",
			"agentIsActive": "boolean",
			"agentOs": "linux",
			"direction": "string",
			"oldFileSha256": "string",
			"srcPort": "integer",
			"agentVersion": "string",
			"loginsUserName": "string",
			"fileSha256": "string",
			"threatStatus": "string",
			"createdAt": "2018-02-27T04:49:26.257525Z",
			"signatureSignedInvalidReason": "string",
			"processIsWow64": "string",
			"signedStatus": "string",
			"agentName": "string",
			"taskName": "string",
			"agentIsDecommissioned": "boolean",
			"processGroupId": "string",
			"processIsRedirectedCommandProcessor": "string",
			"processStartTime": "string",
			"agentId": "string",
			"processCmd": "string",
			"processRoot": "string",
			"publisher": "string",
			"isAgentVersionFullySupportedForPgMessage": "string",
			"fileFullName": "string",
			"fileSha1": "string",
			"processUserName": "string",
			"agentGroupId": "string",
			"agentIp": "string",
			"agentNetworkStatus": "string",
			"sha1": "string",
			"oldFileName": "string",
			"taskPath": "string",
			"processImageSha1Hash": "string",
			"parentProcessGroupId": "string",
			"processSubSystem": "string",
			"processName": "string",
			"srcProcDownloadToken": "string",
			"agentDomain": "string",
			"pid": "string",
			"tid": "string",
			"networkSource": "string",
			"relatedToThreat": "string",
			"networkUrl": "string",
			"parentProcessStartTime": "string",
			"fileType": "string",
			"id": "string",
			"objectType": "string",
			"indicatorCategory": "string",
			"networkMethod": "string",
			"user": "string",
			"parentPid": "string",
			"indicatorName": "string",
			"connectionStatus": "string",
			"verifiedStatus": "string",
			"processImagePath": "string",
			"fileMd5": "string",
			"md5": "string",
			"processSessionId": "string",
			"oldFileSha1": "string",
			"parentProcessIsMalicious": "boolean",
			"forensicUrl": "string",
			"dnsResponse": "string",
			"eventType": "string",
			"fileId": "string",
			"oldFileMd5": "string",
			"parentProcessName": "string",
			"dstIp": "string",
			"processIsMalicious": "boolean",
			"indicatorDescription": "string",
			"agentInfected": "boolean",
			"trueContext": "string",
			"agentMachineType": "string",
			"sha256": "string",
			"isAgentVersionFullySupportedForPg": "boolean",
			"siteName": "string",
			"parentProcessUniqueKey": "string",
			"fileSize": "string",
			"rpid": "string",
			"srcIp": "string"
		}
	],
	"errors": [
		{
			"type": "object"
		}
	],
	"pagination": {
		"totalItems": 580,
		"nextCursor": "YWdlbnRfaWQ6NTgwMjkzODE="
	}
}
```

## Workflow Library Example

[Fetch Deep Visibility Query Results with Sentinelone and Send Results Via Email](https://library.blinkops.com/workflows/fetch-deep-visibility-query-results-with-sentinelone-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/fetch-deep-visibility-query-results-with-sentinelone-and-send-results-via-email/canvas" />
</div>
