List Attachments
attachment_listRetrieve attachments from any Taiga resource — epic, user story, task, issue, or wiki page — with paginated results.
Instructions
List attachments on an epic, user story, task, issue, or wiki page. Response is { items, pagination }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed page number | |
| resource | Yes | ||
| object_id | Yes | Id of the parent epic/story/task/issue/wiki page | |
| page_size | No | Items per page. Default 30. | |
| verbosity | No | Trims the response's fields to cut token cost. "full" (default) = every field Taiga returns. "standard" drops denormalized *_extra_info objects, *_html duplicate fields, and UI-only ordering fields. "minimal" keeps only id/ref/subject/status/assigned_to/project/is_closed. |