/api/cards/[id]/commentsA card's comments, in chronological order.
Path parameters
Request
curl -s http://localhost:3000/api/cards/cmttg1vv00017lf01ol5bnlx2/comments \
-H "Authorization: Bearer $TOKEN"Response200
[
{
"id": "cmttg1w7i001hlf01wiw5pjwa",
"cardId": "cmttg1vv00017lf01ol5bnlx2",
"content": "Primeira versão publicada em `/api`.",
"createdAt": "2026-09-09T01:52:59.214Z",
"updatedAt": "2026-09-09T01:52:59.214Z",
"attachments": []
}
]Error responses
Outside the /api/board payload: only the card dialog needs the body of the conversation.