proofpoint_quarantine_list
Retrieve quarantined emails from Proofpoint, including sender, recipient, subject, and quarantine reason. Filter by folder, date, sender, recipient, or subject.
Instructions
List quarantined messages. Returns messages held in quarantine with sender, recipient, subject, and reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| folder | No | Filter by quarantine folder/reason | |
| sender | No | Filter by sender email address | |
| endDate | No | End date in ISO 8601 format | |
| subject | No | Filter by subject (partial match) | |
| per_page | No | Number of results per page (default: 50) | |
| recipient | No | Filter by recipient email address | |
| startDate | No | Start date in ISO 8601 format |