get_workitem_file
Retrieve file details, including name, size, suffix, and temporary download URL, for a work item using file IDs or attachment IDs.
Instructions
[Project Management] Get file information for a specific work item. Supports both file IDs (long hex for description-embedded images) and attachment IDs (numeric like 62487031). Returns file details including name, size, suffix, and a temporary download URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| workitemId | Yes | 工作项唯一标识 | |
| id | Yes | 文件唯一标识。支持两种格式:文件ID(长hex字符串,用于描述中嵌入的图片)或附件ID(纯数字如 62487031,用于普通附件) |