list_task_attachments
Retrieve all attachments for a specific task. Returns file details and signed URLs for direct access.
Instructions
List a task's attachments. Returns the AttachmentView wire shape:
{id, provider, filename, mime, size, created_at, created_by, url}.
For provider=s3 records, url is a freshly-signed GET URL.
task_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the lookup.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |