List Task Attachments
task_attachment_listList the files attached to a task, each with a short-lived signed URL to read it. Only attachments that finished uploading are included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Workspace-scoped task number, encoded as a string | |
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| workspace | No | Workspace id, slug, or name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| items | Yes | ||
| total | Yes | ||
| taskId | Yes | ||
| hasMore | Yes | True when more results matched than were returned |