> ## 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 Card Checklists

> List checklists and their items on a Trello card.

**List Card Checklists** retrieves every checklist on one card, including its
checklist items.

## 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                        |
| -------------- | --------------- | ---------------------------------- |
| **Checklists** | List of objects | Checklists on the card.            |
| **Count**      | Number          | The number of checklists returned. |

Each checklist exposes **ID**, **Card ID**, **Board ID**, **Name**, **Position**,
**Items**, **Item Count**, and **Completed Item Count**. Each item contains its
ID, checklist ID, name, state, completion status, position, due date, and
assigned member ID.
