list_cards_in_column
Retrieve all cards in a column by board and column ID. Supports pagination to navigate through email threads or tasks with details like title, assignee, due date, and custom fields.
Instructions
List all cards in a specific column of a DragApp board. Supports pagination. Cards are email threads or tasks with titles, assignees, due dates, and custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Cards per page (default: 10) | |
| boardId | Yes | The board ID | |
| columnId | Yes | The column ID |