External DocumentationTo learn more, visit the Nexthink documentation.
Actions
Execute NQL
Execute an NQL query and return the results.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Parameters | Parameters to replace within the NQL query in order to compose a final query for execution. For Example: |
| Query ID | The ID of the query to execute. |
{
"queryId": "string",
"executedQuery": "string",
"rows": -9007199254740991,
"executionDateTime": "2023-03-07T15:56:02",
"data": [
{
"key1": "my-device",
"key2": "device-info"
}
]
}
Was this page helpful?