get_item_files
Retrieves every file linked to a specific kanban item by its ID. Use it to access attachments or documents tied to a task.
Instructions
Get all files linked to an item.
Args: item_id: The item ID to get files for
Returns: Dict with success status and list of files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | item_id parameter |