> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# List Comments

> List comments on a Trello card.

**List Comments** retrieves recent comment actions from one Trello card.

## Inputs

| Input                   | Type           | Required | Description                                      |
| ----------------------- | -------------- | -------- | ------------------------------------------------ |
| **Third-party account** | Trello account | Yes      | An account with access to the card.              |
| **Card ID or URL**      | String         | Yes      | A card ID, short link, or complete card URL.     |
| **Limit**               | Number         | No       | Comments to return, from 1 to 1000. Default 100. |

## Outputs

| Output       | Type            | Description                      |
| ------------ | --------------- | -------------------------------- |
| **Comments** | List of objects | The returned card comments.      |
| **Count**    | Number          | The number of comments returned. |

Each comment exposes **ID**, **Text**, **Commented At**, **Creator Name**, and
**Creator Username**. Creator details can be empty when Trello omits them.
