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

> List Trello boards available to the connected account.

**List Boards** retrieves boards that the connected Trello account can access.

## Inputs

| Input                   | Type           | Required | Description                                     |
| ----------------------- | -------------- | -------- | ----------------------------------------------- |
| **Third-party account** | Trello account | Yes      | The account whose boards are listed.            |
| **Filter**              | Choice         | No       | `open`, `closed`, or `all`. Defaults to `open`. |

## Outputs

| Output     | Type            | Description                      |
| ---------- | --------------- | -------------------------------- |
| **Boards** | List of objects | The boards available to account. |
| **Count**  | Number          | The number of boards returned.   |

Each board exposes **ID**, **Name**, **Description**, **Closed**, **URL**,
**Short URL**, and **Last Activity At**.

<Tip>
  Use the returned board ID with **List Board Lists**, **List Board Members**,
  or a Trello card trigger.
</Tip>
