Skip to main content

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.

Get a list of workflows, including their configuration information.
External DocumentationTo learn more, visit the Nexthink documentation.

Parameters

ParameterDescription
DependencyFilter workflows based on the kind of entity that the workflow depends on.
Fetch Only Active WorkflowsSelect to retrieve only active workflows.
Trigger MethodFilters workflows by how they are triggered.

Example Output

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

Workflow Library Example

List Workflows with Nexthink and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop