Skip to main content
Get the aggregated status of a scheduled task by its 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": {
		"taskName": "Task Name",
		"statusCounts": {
			"Completed": 3,
			"In Pending": 2
		}
	},
	"_links": {
		"details": "/api/scheduled-tasks/{taskId}/status/details"
	}
}

Workflow Library Example

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