id of an email to retrieve the email HTML to plain text using the Retrieve Received Email endpoint or the Retrieve Received Attachment endpoint to get an email’s attachments.
This endpoint only returns emails received by your team. If you need to list
emails sent by your team, use the List Sent
Emails endpoint.
Query Parameters
Note that thelimit parameter is optional. If you do not provide a limit, all emails will be returned in a single response.Number of emails to retrieve.
- Maximum value:
100 - Minimum value:
1
The ID after which we'll retrieve more emails (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 emails (for pagination). This ID will not be included in the returned list. Cannot be used with the
after parameter.You can only use either
after or before parameter, not both. See our pagination guide for more information.