---
title: "Get inbox source breakdown"
method: GET
path: "/v1/analytics/inbox/source-breakdown"
tags: ["Inbox Analytics"]
---

# Get inbox source breakdown

`GET /v1/analytics/inbox/source-breakdown`

Breakdown of inbox messages by their lineage source (the
`metadata.source` field set at ingest time: human / workflow /
sequence / broadcast / comment_automation / api / contact /
platform). Each source row also carries a per-platform sub-split.
Max date range is 365 days.

## Query parameters

- `fromDate` string, date, required
- `toDate` string, date
- `profileId` string
- `platform` string
- `accountId` string

## Response `200`

Source breakdown

- object
  - `success` boolean
  - `from` string, date
  - `to` string, date, nullable
  - `sources` object[]
    - `source` string
    - `received` integer
    - `sent` integer
    - `read` integer
    - `byPlatform` object[]
      - `platform` string
      - `received` integer
      - `sent` integer
      - `read` integer

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
