list_task_attachments
Retrieve all attachments attached to a task by providing its task ID.
Instructions
List the attachments currently on a task (read from the task object — ClickUp returns attachments inline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| custom_task_ids | No | Set true when `task_id` is a custom task ID instead of a native ClickUp ID. Requires `team_id`. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |