---
title: "Fetch campaign mailings"
method: GET
path: "/campaign_mailings"
tags: ["campaign_mailings"]
---

# Fetch campaign mailings

`GET /campaign_mailings`

Return json data about Paubox Marketing Campaign Emails

## Query parameters

- `search` string
- `order_by` string
- `order` 'asc' | 'desc'

## Response `200`

Campaign mailings data

- CampaignMailingsResponse
  - `data` CampaignMailingsResponseData[]
    - `id` string — Campaign mailing ID
    - `type` 'campaign_mailing' — Resource type
    - `attributes` CampaignMailingsResponseAttributes
      - `subject` string — Campaign mailing subject
      - `created_at` string, date-time — Creation timestamp
      - `updated_at` string, date-time — Last update timestamp
      - `sent_count` integer — Number of emails sent
      - `delivered_count` integer — Number of emails delivered
      - `viewed_count` integer — Number of emails viewed
      - `clicked_count` integer — Number of emails clicked
      - `bounced_count` integer — Number of emails bounced
      - `unsubscribed_count` integer — Number of emails that resulted in unsubscribes

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/paubox/apis/paubox-forms-api.md) · [All operations](https://skmtc.dev/paubox/apis/paubox-forms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paubox/paubox-forms-api/revisions/71f6affe238c/schema)
