swsd_list_incident_tasks
List all sub-tasks for an incident with their status, assignee, and dates. Retrieve details by incident ID.
Instructions
List sub-tasks on a SWSD incident. Returns id, name, description, state ("New" / "In Progress" / "Completed"), completed boolean, position, assignee, due_at, created_at, updated_at. Use swsd_create_incident_task to add a sub-task and swsd_update_task_state to mark one complete. Sub-tasks also appear inline in swsd_get_incident detail_level: "long".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | SWSD incident reference. Accepts either the internal id (>=7 digits, e.g. 180457930) or the human-facing number (<=6 digits, e.g. 60310). The handler auto-detects via digit count. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| tasks | Yes | ||
| incident_id | Yes |