Inbound emails is currently in private alpha and only available to a limited
number of users. APIs might change before GA.To use the methods on this page, you must upgrade your Resend Node SDK to
version
resend@6.2.0-canary.2
or later.Join the waitlist.Query Parameters
Note that thelimit
parameter is optional. If you do not provide a limit
we’ll default to 20
attachments.
Number of emails to retrieve. Maximum is
100
, and minimum is 1
. The
default limit
is 20
.The ID after which we’ll retrieve more attachments (for pagination). This ID will not be included in the returned list.Cannot be used with the
before
parameter.The ID before which we’ll retrieve more attachments (for pagination). This ID will not be included in the returned list.Cannot be used with the
after
parameter.Path Parameters
The Email ID.