get_work_item_attachment_download_url
Retrieve a time-limited presigned URL to download a work item attachment. Requires project, work item, and attachment IDs obtained from listing attachments.
Instructions
Get a presigned download URL for a work item attachment.
Returns a time-limited URL (typically valid ~1 hour) that can be opened directly in a browser or downloaded with any HTTP client - no Plane authentication required on the URL itself.
Use list_work_item_attachments first to get attachment IDs and names.
Args: project_id: UUID of the project work_item_id: UUID of the work item attachment_id: UUID of the attachment
Returns: Dict with: download_url (presigned S3 URL), attachment_id, name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_item_id | Yes | ||
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||