list_attachments
List file attachment metadata with optional filtering and pagination. Returns file name, type, size, and associated task or project relationships.
Instructions
List attachment/file metadata with optional filtering.
Use this when: You need to browse or search attachments (files associated with tasks, comments, expenses). Note: returns metadata only — actual file content is not included.
Attachments are files (PDFs, images, documents) associated with tasks, comments, expenses, etc.
Returns:
File name, type, and size
Associated entity relationships (task, project, etc.)
Note: returns metadata only — actual file content is not included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Optional number of attachments per page (max 200) | |
| page_number | No | Page number for pagination | |
| extra_filters | No | Additional Productive query filters using API syntax |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||