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

# Search Cards

> Search Trello cards by text.

**Search Cards** searches accessible Trello cards by text and can restrict the
search to one board.

## Inputs

| Input                   | Type           | Required | Description                                            |
| ----------------------- | -------------- | -------- | ------------------------------------------------------ |
| **Third-party account** | Trello account | Yes      | The account used to search Trello.                     |
| **Query**               | String         | Yes      | Non-empty search text.                                 |
| **Board ID**            | String         | No       | Restrict results to one board.                         |
| **Limit**               | Number         | No       | Cards per page, from 1 to 1000. Defaults to 50.        |
| **Page**                | Number         | No       | Zero-based results page, from 0 to 100. Defaults to 0. |
| **Partial**             | Boolean        | No       | Match partial words. Defaults to off.                  |

## Outputs

| Output    | Type            | Description                       |
| --------- | --------------- | --------------------------------- |
| **Cards** | List of objects | Cards matching the search.        |
| **Count** | Number          | The number of cards on this page. |

<Tip>
  Increase **Page** to retrieve later results. **Count** describes only the
  returned page, not every possible match.
</Tip>
