External DocumentationTo learn more, visit the Nexthink documentation.
Actions
Get Workflow
Get the configuration of a specific workflow.

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 |
|---|---|
| NQL ID | The Nexthink Query Language ID of the workflow. |
[
{
"id": "string",
"uuid": "string",
"name": "string",
"description": "string",
"status": "ACTIVE",
"lastUpdateTime": "2019-08-24T14:15:22Z",
"triggerMethods": {},
"versions": [
{}
]
}
]
Was this page helpful?