> ## 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 Attachments

> List attachments on a Trello card.

**List Attachments** retrieves every attachment associated with 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. |

## Outputs

| Output          | Type            | Description                         |
| --------------- | --------------- | ----------------------------------- |
| **Attachments** | List of objects | Attachments on the card.            |
| **Count**       | Number          | The number of attachments returned. |

Each attachment exposes **ID**, **Name**, **URL**, **Bytes**, **Added At**,
**MIME Type**, **Is Upload**, and **Position**.
