Skip to main content
Get a list of all device tasks for a specified device.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
Device IDThe ID of the required device. Can be obtained by using the List Devices action.

Example Output

{
	"data": [
		{
			"taskId": 0,
			"taskName": "string",
			"status": "string"
		}
	],
	"totalItems": 0
}

Workflow Library Example

List Device Tasks with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop