list_cards
Retrieve cards from a board with pagination and optional filters by column or archive status.
Instructions
List cards on a specific board with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | The board's widget_common_id, name, or ID | |
| column | No | Optional column ID or name to filter by | |
| archived | No | Filter by archived status. True = only archived, False = only non-archived, None = all (default). | |
| page | No | Page number (0-indexed, default 0). Each page contains up to 100 cards. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||