list_attachments
Retrieve all file attachments for a specific Vikunja task by providing the task ID, with optional pagination support for managing large collections.
Instructions
List all attachments for a specific task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The ID of the task | |
| page | No | Page number for pagination | |
| per_page | No | Number of items per page (max 100) |