get_attachments
Retrieve metadata for files attached to Productive.io entities like tasks and comments, with filtering options to find specific documents, PDFs, or images.
Instructions
Get all attachments/files with optional filtering.
Attachments are files (PDFs, images, documents) that can be associated with various Productive entities like tasks, comments, expenses, etc.
Returns: Dictionary containing attachment metadata (name, type, size, relationships) Note: This provides metadata only, not actual file content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_number | No | Page number for pagination | |
| page_size | No | Optional number of attachments per page (max 200) | |
| extra_filters | No | Additional Productive query filters using API syntax |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||