---
title: "Get Campaign Bucket Conversations"
method: GET
path: "/campaigns/conversations"
tags: ["campaigns"]
---

# Get Campaign Bucket Conversations

`GET /campaigns/conversations`

Cross-campaign conversations for a shared bucket (D8) — replaces the
frontend's per-campaign dashboard fan-out.

## Query parameters

- `bucket` string
- `campaign_id` string, nullable

## Response `200`

Successful Response

- CampaignBucketConversation[]
  - `id` string, required
  - `campaign_id` string, required
  - `campaign_name` string
  - `customer_name` string
  - `phone` string
  - `conversation_id` string, nullable
  - `last_message_at` string, nullable
  - `message_count` integer
  - `st_customer_id` string, nullable
  - `address` string, nullable
  - `status` string
  - `goal_met_label` string
  - `last_message_body` string, nullable
  - `last_message_direction` string, nullable
  - `unread_count` integer

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[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-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
