list_column_cards
Retrieve all cards in a GitHub project column by specifying the column ID, with options to filter by archived state and paginate results for efficient project management.
Instructions
List all cards in a project column
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archived_state | No | Filter by card archived state | |
column_id | Yes | The unique identifier of the column | |
page | No | Page number for pagination (starts at 1) | |
per_page | No | Number of results per page (max 100) |