---
title: "Get campaign log"
method: GET
path: "/campaigns/{campaignId}/log"
tags: ["Campaigns"]
---

# Get campaign log

`GET /campaigns/{campaignId}/log`

Search and browse the campaign log — sends, opens, clicks, bounces, unsubscribes, complaints, and other events. Filter by subscriber email, event types, and date range.

## Path parameters

- `campaignId` string, required

## Query parameters

- `email` string
- `events[]` string
- `date_from` string
- `date_to` string
- `per_page` integer
- `page` integer
- `sort_by` string
- `sort_dir` string

## Response `200`

OK

- object
  - `campaign_log` object[]
    - `id` integer
    - `campaign_id` integer
    - `autoresponder_id` unknown
    - `action_id` unknown
    - `event` string
    - `msg` unknown
    - `url` unknown
    - `email` string
    - `occured_at` string
    - `mail_name` unknown
  - `current_page` integer
  - `per_page` integer
  - `total` integer
  - `last_page` integer

---

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