Get Card Actions
get_card_actionsRetrieve a card's activity feed to track updates, comments, and changes. Specify card ID, limit, and action filters to get exactly the actions you need.
Instructions
Get the activity feed (actions) for a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of actions to return (default: 50, max: 1000) | |
| cardId | Yes | The ID of the card | |
| filter | No | Comma-separated action types to filter (e.g. commentCard,updateCard) |