Action Item Comment
List comments
List all comments on an action item.
get/action_item/{id}/comments
Path parameters
idstring required
The action item ID.
Response
A list of comments.
Example response
{
"results": [
{
"id": "cmt123AbCdEf",
"author": "jane@example.com",
"content": "This should be prioritized for the next sprint.",
"created_at": "2026-04-06T14:30:00.000Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.