External DocumentationTo learn more, visit the N-able N-Central documentation.
Actions
Get Scheduled Task Aggregated Status
Get the aggregated status of a scheduled task by its ID.

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 |
|---|---|
| Task ID | The ID of the scheduled task to retrieve the information for. Can be obtained using List Device Tasks action. |
{
"data": {
"taskName": "Task Name",
"statusCounts": {
"Completed": 3,
"In Pending": 2
}
},
"_links": {
"details": "/api/scheduled-tasks/{taskId}/status/details"
}
}
Was this page helpful?