get_scheduled_task_status
Retrieve the status of a scheduled task, with an option to get a per-device breakdown. Use parent task IDs for detailed results.
Instructions
Retrieve status for a given scheduled task. Returns aggregated status by default; set detailed=true to get per-device status breakdown. WARNING: detailed=true does NOT accept DEVICE-level task IDs — only SYSTEM and CUSTOMER level. Use the parent task ID instead. Task hierarchy levels can be navigated via parentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The scheduled task ID | |
| detailed | No | If true, returns per-device status details instead of the aggregated summary |