list_outbound_mail
List outbound mail jobs with status tracking. Filter by status to view pending, in-transit, or delivered mail.
Instructions
List outbound mail jobs with status tracking. Returns mail ID, recipient, mail class, status, cost, and timestamps. Filter by status to see pending, in-transit, or delivered mail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of mail jobs to return (1-100). Defaults to 20. | |
| offset | No | Number of mail jobs to skip for pagination. Defaults to 0. | |
| status | No | Filter by mail status. "pending_approval" = awaiting human approval, "submitted" = queued for facility, "ready" = printed and ready to mail, "mailed" = in transit, "delivered" = confirmed delivery, "failed" = delivery failed, "cancelled" = cancelled before mailing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Outbound mail job summaries. |