Statistics
This section gives you information about your emails' statuses.
Email statuses
Get information on your emails' statuses.
path Parameters
regionThe region you want to target
query Parameters
project_id(Optional) Number of emails for this Project. (UUID format)
domain_id(Optional) Number of emails sent from this domain (must be coherent with the project_id and the organization_id). (UUID format)
since(Optional) Number of emails created after this date. (RFC 3339 format)
until(Optional) Number of emails created before this date. (RFC 3339 format)
mail_from(Optional) Number of emails sent with this sender's email address.
Email statuses › Responses
total_countTotal number of emails matching the requested criteria.
new_countNumber of emails still in the new transient state. This means emails received from the API but not yet processed.
sending_countNumber of emails still in the sending transient state. This means emails received from the API but not yet in their final status.
sent_countNumber of emails in the final sent state. This means emails that have been delivered to the target mail system.
failed_countNumber of emails in the final failed state. This means emails that have been refused by the target mail system with a final error status.
canceled_countNumber of emails in the final canceled state. This means emails that have been canceled upon request.