Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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