External DocumentationTo learn more, visit the N-able N-Central documentation.
Actions
List Device Tasks
Get a list of all device tasks for a specified device.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Device ID | The ID of the required device. Can be obtained by using the List Devices action. |
{
"data": [
{
"taskId": 0,
"taskName": "string",
"status": "string"
}
],
"totalItems": 0
}
Was this page helpful?