---
title: "Get Campaign Events"
method: GET
path: "/campaigns/events"
tags: ["campaigns"]
---

# Get Campaign Events

`GET /campaigns/events`

Campaign Engine log — feeds the terminal and conversation timelines (§4.7).

## Query parameters

- `limit` integer
- `campaign_id` string, nullable
- `conversation_id` string, nullable

## Response `200`

Successful Response

- CampaignEngineEvent[]
  - `id` string, required
  - `campaign_id` string, nullable
  - `campaign_customer_id` string, nullable
  - `conversation_id` string, nullable
  - `source` string, required
  - `event_type` string, required
  - `summary` string, required
  - `created_at` string, required

## 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/2aac272a57fd/schema)
