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

# Get List Cards

> Get cards from a Trello list.

**Get List Cards** retrieves cards currently associated with one Trello list.

## Inputs

| Input                   | Type           | Required | Description                                     |
| ----------------------- | -------------- | -------- | ----------------------------------------------- |
| **Third-party account** | Trello account | Yes      | An account with access to the list.             |
| **List ID**             | String         | Yes      | The Trello list to inspect.                     |
| **Filter**              | Choice         | No       | `open`, `closed`, or `all`. Defaults to `open`. |

## Outputs

| Output    | Type            | Description                   |
| --------- | --------------- | ----------------------------- |
| **Cards** | List of objects | Cards in the selected list.   |
| **Count** | Number          | The number of cards returned. |

Each card includes its IDs, name, description, archived state, URLs, position,
dates, members, labels, and last activity time.
