---
title: "Get email delivery info"
method: GET
path: "/emails/delivery-info"
tags: ["Emails"]
---

# Get email delivery info

`GET /emails/delivery-info`

Returns delivery statistics and capacity information for the current tenancy.

## Response `200`

Successful response

- object
  - `stats` object, required
    - `hour` object, required
      - `sent` number, required
      - `bounced` number, required
      - `marked_as_spam` number, required
    - `day` object, required
      - `sent` number, required
      - `bounced` number, required
      - `marked_as_spam` number, required
    - `week` object, required
      - `sent` number, required
      - `bounced` number, required
      - `marked_as_spam` number, required
    - `month` object, required
      - `sent` number, required
      - `bounced` number, required
      - `marked_as_spam` number, required
  - `capacity` object, required
    - `rate_per_second` number, required
    - `boost_multiplier` number, required
    - `penalty_factor` number, required
    - `is_boost_active` boolean, required
    - `boost_expires_at` 'null', nullable

## Changes

- **2026-07-23** `c4c6162ab77f` — 1 breaking, 1 warning
  - the response property `capacity/boost_expires_at` became nullable for the status `200`
  - added the new `undefined` enum value to the `capacity/boost_expires_at` response property for the response status `200`
- **2026-05-06** `9025167b1683` — 3 info
  - added the optional property `capacity/boost_expires_at` to the response with the `200` status
  - added the required property `capacity/boost_multiplier` to the response with the `200` status
  - added the required property `capacity/is_boost_active` to the response with the `200` status

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-2/changes/emails/delivery-info/get.md)

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api-2.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-2/revisions/897c83038ab2/schema)
