Skip to main content
Get detailed information for 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": {
		"taskId": 905592865,
		"parentId": 120,
		"name": "Name",
		"itemId": 2,
		"type": "Script",
		"orgUnitId": 100,
		"soId": 50,
		"siteId": null,
		"applianceId": 1258095675,
		"isReactive": false,
		"isEnabled": true,
		"deviceIds": [
			"1234567890"
		]
	},
	"_links": {
		"status": "/api/scheduled-tasks/905592865/status"
	}
}

Workflow Library Example

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