get_attachment_url
Get both a stable and a presigned URL for an issue attachment in Plane, allowing embedding in Plane content or immediate download without authentication.
Instructions
Get URLs for an attachment.
Returns two URLs:
url — stable Plane URL that never expires. Only follows for browsers with an active Plane session (API key auth is NOT accepted on this path). Use this for embedding in HTML rendered inside Plane (comments, descriptions, etc.) — works because the user's session cookie resolves it.
presigned_url — short-lived signed URL, no auth needed. Use this when you want an agent to fetch the bytes right now. May be null if the asset isn't uploaded yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Task UUID. | |
| attachment_id | Yes | Attachment UUID (from list_attachments). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||