aps_issues_get_comments
Retrieve all comments for a specific APS issue, returning comment ID, body, author, and date with pagination and sorting options.
Instructions
Get all comments for a specific issue. Returns a compact list: comment id, body, author, date.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID – accepts with or without 'b.' prefix. | |
| issue_id | Yes | Issue UUID. | |
| limit | No | Max comments to return. Optional. | |
| offset | No | Pagination offset. Optional. | |
| sort_by | No | Sort field (e.g. 'createdAt' or '-createdAt'). Optional. | |
| region | No | Data centre region. Defaults to US. |