list_mailings
Retrieve mailings in a scanbox by scanbox ID, with optional status filtering and cursor-based pagination for older items.
Instructions
List mailings in a scanbox (GET /scanboxes/{id}/mailings). Read-only.
Args: scanbox_id: Scanbox id (e.g. "12345"). current_status: Optional status filter. One of: received, scan_requested, scanned, destroy_requested, destroyed, forward_requested, forwarded. older_than: Optional mailing UUID cursor for pagination; returns mailings older than the given one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| older_than | No | ||
| scanbox_id | Yes | ||
| current_status | No |