---
title: "List Campaigns"
method: GET
path: "/campaigns"
tags: ["campaigns"]
---

# List Campaigns

`GET /campaigns`

List all campaigns for the organization with aggregate stats.

## Response `200`

Successful Response

- CampaignsListResponse
  - `campaigns` CampaignSummary[], required
    - `id` string, required
    - `name` string, required
    - `status` string, required
    - `goal_met_label` string
    - `goal_met_outcome` string
    - `first_message_template` string, nullable
    - `unique_customers` integer, required
    - `unique_locations` integer, required
    - `total_events` integer, required
    - `created_at` string, required
    - `updated_at` string, nullable
    - `owner_name` string
    - `total_sent` integer
    - `total_replied` integer
    - `total_goal_met` integer
    - `total_refused` integer
    - `total_no_response` integer
    - `action_required_count` integer
    - `pending_count` integer
    - `progress` integer

## Other responses

- `404` — Not found

## Changes

- **2026-09-12** `a89ec63b4428` — 2 warning
  - removed the optional property `campaigns/items/campaign_topic` from the response with the `200` status
  - removed the optional property `campaigns/items/max_rounds` from the response with the `200` status
- **2026-09-02** `d96feef8e2ef` — 2 warning
  - removed the optional property `campaigns/items/applied_filters` from the response with the `200` status
  - removed the optional property `campaigns/items/batch_count` from the response with the `200` status

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/campaigns/get.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/46c87bbc4486?raw)
