list_work_item_attachments
List all attachments for a work item, returning metadata such as name, size, and content type. Requires project ID and work item ID.
Instructions
List all attachments for a work item.
Returns metadata for each attachment. To get a downloadable link for a specific attachment, use get_work_item_attachment_download_url.
Args: project_id: UUID of the project work_item_id: UUID of the work item
Returns: List of attachments, each with: id, name, size, content_type, created_at, created_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |