Rate Limit: This endpoint has a rate limit of 20 requests per minute, unlike other API endpoints.
Requires one of the following scopes: emails:read, emails:all, all:read, all:all
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number of items to return
1 <= x <= 10010
The ID of the last item in the previous page - used for pagination. You can use the value of the next_starting_after field from the previous response.
"01956fbd-0eb1-72db-a565-82977a586084"
The search query to filter emails. It can be an email address (the lead email address), or a special string that starts with "thread:" to search for emails in a specific thread. If you want to search for emails in a specific thread, use the "thread:" prefix followed by the thread ID (e.g., "thread:123e4567-e89b-12d3-a456-426614174000").
"search term"
The ID of the campaign to filter emails by.
"123e4567-e89b-12d3-a456-426614174000"
The ID of the lead list to filter emails by.
"123e4567-e89b-12d3-a456-426614174000"
The status of the emails to filter by.
1
The email account that was used to send this email. You can filter by multiple email accounts by providing a comma-separated list of email addresses.
"jon@example.com"
Whether the email is unread.
true
true
The mode to filter emails by.
emode_focused, emode_others, emode_all "emode_focused"
Whether to only return the preview of the emails.
true
The order to sort the emails by (based on the email creation date). Default is "desc".
asc, desc "asc"
Whether to only return the scheduled emails.
true
The ID of the user to filter emails by.
"123e4567-e89b-12d3-a456-426614174000"
The email of the lead to filter emails by.
"jondoe@example.com"
The domain of the company to filter emails by.
"example.com"
Whether the email is marked as done.
true
The type of the email to filter by.
received, sent, manual "received"
Filter emails created after this timestamp (ISO format)
"2026-03-05T23:10:00.539Z"
Filter emails created before this timestamp (ISO format)
"2026-03-05T23:10:00.539Z"