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

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 |
|---|---|
| Dependency | Filter workflows based on the kind of entity that the workflow depends on. |
| Fetch Only Active Workflows | Select to retrieve only active workflows. |
| Trigger Method | Filters workflows by how they are triggered. |
[
{
"id": "string",
"uuid": "string",
"name": "string",
"description": "string",
"status": "ACTIVE",
"lastUpdateTime": "2019-08-24T14:15:22Z",
"triggerMethods": {},
"versions": [
{}
]
}
]
Was this page helpful?