---
title: "List Campaign Suggestions"
method: GET
path: "/campaigns/suggestions"
tags: ["campaigns"]
---

# List Campaign Suggestions

`GET /campaigns/suggestions`

Pending suggestions: campaigns Noso proposes, and ones saved to launch later.

## Response `200`

Successful Response

- CampaignSuggestion[]
  - `id` string, required
  - `suggestion_key` string, required
  - `name` string, required
  - `blurb` string
  - `category` string
  - `timing_line` string
  - `send_by` string, nullable
  - `why` string
  - `audience_rule` string
  - `criteria` string[]
  - `message_preview` string
  - `delivery_note` string
  - `projected_audience` integer, nullable
  - `projected_booked` integer, nullable
  - `projected_booked_note` string
  - `projected_revenue` number, nullable
  - `projected_revenue_note` string
  - `audience_build_id` string, nullable
  - `status` string
  - `launched_campaign_id` string, nullable
  - `rank` integer
  - `audience_count` integer
  - `booking_team_names` string[]
  - `office_handles_booking` boolean
  - `source` string
  - `continuous_enrollment` boolean

## Other responses

- `404` — Not found

## Changes

- **2026-09-17** `58bf6fb98548` — 1 info
  - added the optional property `items/office_handles_booking` to the response with the `200` status
- **2026-09-15** `6242f8ed3b67` — 2 info
  - added the optional property `items/continuous_enrollment` to the response with the `200` status
  - added the optional property `items/source` to the response with the `200` status
- **2026-09-14** `0d7ad1d56e7d` — 1 info
  - added the optional property `items/booking_team_names` to the response with the `200` status
- **2026-09-02** `d96feef8e2ef` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/campaigns/suggestions/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/94953390bbd8?raw)
