---
title: "Get Campaign History"
method: GET
path: "/v1/campaigns/history"
tags: ["Campaigns"]
---

# Get Campaign History

`GET /v1/campaigns/history`

Return campaign history for the org, most recent first.

## Response `200`

Successful Response

- CampaignHistoryResponse
  - `campaigns` CampaignHistoryItem[], required
    - `campaign_id` string, required
    - `campaign_name` string, nullable
    - `channel` string, required
    - `total_leads` integer, required
    - `skipped_leads` integer, required
    - `days_needed` integer, required
    - `classifications` string[], required
    - `template_id` string, nullable
    - `template_name` string, nullable
    - `profile_id` string, nullable
    - `profile_name` string, nullable
    - `agent_id` string, nullable
    - `agent_name` string, nullable
    - `message` string, nullable
    - `scheduled_at` string, nullable
    - `spread_over_days` boolean
    - `unmatched_phone_numbers` integer
    - `csv_phone_numbers_count` integer
    - `created_at` string, required
    - `status` string, nullable
    - `pending_messages` integer

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
