basecamp_list_cards
Retrieve all cards in a column, auto-paginating through every page so you get the complete list in one call. Optionally limit to a single page for UI-style pagination.
Instructions
List cards in a column. Defaults to auto-paginating — walks every page via Link headers so a 224-card Done column returns as one array instead of the first 15 rows. Pass {single_page: true, page: N} to restrict to a single page (useful for UI-style pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number when single_page is true (default 1). | |
| column_id | Yes | ||
| project_id | Yes | ||
| single_page | No | If true, return only one page (default false — walk all pages). |