---
title: "List Mass Message Statistics"
method: GET
path: "/api/{account}/mass-messaging/statistics"
tags: ["Mass Messaging"]
---

# List Mass Message Statistics

`GET /api/{account}/mass-messaging/statistics`

List mass messaging statistics, showing the send count and view count.

## Query parameters

- `limit` integer — Number of mass messages to return (default = 20)
- `offset` integer — Number of mass messages to skip for pagination
- `query` string — Optionally, find a mass message by the message text.
- `type` 'sent' | 'scheduled' | 'unsent' — Filter by sent / scheduled / unsent (default = sent)

## Response `200`

- object
  - `data` object
    - `list` object[]
      - `id` integer
      - `date` string
      - `text` string
      - `giphyId` string
      - `textCropped` string
      - `isFree` boolean
      - `sentCount` integer
      - `viewedCount` integer
      - `canUnsend` boolean
      - `unsendSeconds` integer
      - `isCanceled` boolean
      - `mediaTypes` string
      - `hasError` boolean
      - `releaseForms` unknown[]
        - unknown
    - `hasMore` boolean
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/03f828c1cf0d/schema)
