created_at descending. Supports eager-loading of user, uploads, reactions, and replies.view tasks + view commentscurl --location 'https://api-dev.commandroom.ai/api/api/tasks/42/comments' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"data": [
{
"comment_id": 1,
"task_id": 1,
"user_id": 1,
"parent_id": 1,
"content": "string",
"user": {},
"uploads": [
{}
],
"reactions": [
{}
],
"replies": [
{}
],
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
]
}