Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://core-api.getaptly.com/api/board/{boardId}/{cardId}/comments \ --header 'x-token: <api-key>'
{ "data": [ { "id": "lk3jf8", "userId": "user_abc", "content": "Application approved.", "createdAt": "2026-01-15T10:30:00Z" } ] }
Returns all comments on the specified card in chronological order.
Array of comments.
Show child attributes