Skip to main content
Get a list of detailed statuses for each device associated with the given task using the task ID.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
Task IDThe ID of the scheduled task to retrieve the information for. Can be obtained using List Device Tasks action.

Example Output

{
	"data": [
		{
			"taskId": 9712342,
			"deviceId": 2071979267,
			"deviceName": "Device 1",
			"taskName": "Create log file",
			"status": "Success",
			"output": "Task did not produce any output.",
			"message": "Successful execution on remote device."
		}
	],
	"totalItems": 0
}

Workflow Library Example

Get Scheduled Task Detailed Status with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop