Get the configuration of a specific workflow.

External Documentation

To learn more, visit the Nexthink documentation.

Parameters

ParameterDescription
NQL IDThe Nexthink Query Language ID of the workflow.

Example Output

[
	{
		"id": "string",
		"uuid": "string",
		"name": "string",
		"description": "string",
		"status": "ACTIVE",
		"lastUpdateTime": "2019-08-24T14:15:22Z",
		"triggerMethods": {},
		"versions": [
			{}
		]
	}
]

Workflow Library Example

Get Workflow with Nexthink and Send Results Via Email

Preview this Workflow on desktop