---
title: "Get outreach sending capacity"
method: GET
path: "/v3/outreach/outbox/status"
tags: ["Outreach"]
---

# Get outreach sending capacity

`GET /v3/outreach/outbox/status`

How much sending headroom the team has right now: connected mailboxes, each one's daily limit and how much of it is already used. Check this before queueing a batch - mail beyond the daily cap waits for the next day rather than going out.

## Query parameters

- `sendingAccountId` string

## Response `200`

Default Response

- object
  - `account` object, nullable
    - `id` string
    - `email` string
    - `displayName` string, nullable
    - `provider` string
    - `dailyLimit` number
    - `canReceiveReplies` boolean
    - `lastError` string, nullable
  - `dailyLimit` number
  - `sentLast24h` number
  - `mailboxCount` number
  - `warmingCount` number
  - `fullPaceLimit` number
  - `fullPaceAt` string, nullable
  - `pausedCount` number
  - `heldCount` number
  - `unauthenticatedCount` number
  - `mailboxes` object[]
    - `id` string
    - `email` string
    - `provider` string
    - `limit` number
    - `sentToday` number
    - `remaining` number
    - `isWarming` boolean
    - `fullPaceLimit` number
    - `fullPaceAt` string, nullable
    - `hold` string, nullable
    - `bounceRate` number, nullable
  - `queuedCount` number
  - `sentCount` number
  - `repliedCount` number
  - `failedCount` number
  - `bouncedCount` number
  - `linkedCount` number

## Changes

- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/outbox/status/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/6f0b6cbb515f?raw)
