swsd_list_incident_comments
Retrieve comments for a specific incident, including body, privacy status, and author details. Supports pagination to manage large comment threads.
Instructions
List comments on a SWSD incident. Returns id, body, is_private, author_email, author_name, created_at. Use swsd_add_incident_comment to add a new comment.
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. | |
| page | No | Page number (1-indexed). | |
| per_page | No | Results per page (1-100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes | ||
| pagination | Yes | ||
| incident_id | Yes |