list_attachments
Retrieve file attachments for a work item using pagination to control the number of results returned.
Instructions
List file attachments for a work item with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 20, max: 100) | |
| offset | No | Skip first N items (default: 0) | |
| projectId | No | Project ID | |
| workItemId | Yes | Work item ID |