External DocumentationTo learn more, visit the N-able N-Central documentation.
Actions
Get Scheduled Task Information
Get detailed information for 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": {
"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"
}
}
Was this page helpful?