Reference
Remy Reference/admin/List sent email
?

List sent email

The delivery log, including mail that never reached the provider.
admin.email.list({ limit: 20 })

The delivery log, including mail that never reached the provider (unsubscribed, over the daily cap, sender not allowed) where most real failures live.

Parameters
--status
string
Filter by status (comma-separated).
--kind
string
Filter by kind.
methodauth
--recipient
string
Exact recipient match.
--search
string
Partial recipient/subject search.
--limit
number
Maximum rows to return.
CLI
remy-admin email list --status bounced --limit 20