list_attachments
Find and organize attachments by applying filters, sorting, and pagination to retrieve the exact files you need.
Instructions
List all attachments with pagination, filtering, and sorting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | CEL expression for filtering | |
| order_by | No | Sort order (e.g., "create_time desc", "filename asc") | |
| page_size | No | Maximum number of attachments to return (default: 50, max: 1000) | |
| page_token | No | Page token for pagination |