---
title: "Process Session Campaign Events"
method: GET
path: "/api/processes/{process_id}/campaign/{session_id}/events"
---

# Process Session Campaign Events

`GET /api/processes/{process_id}/campaign/{session_id}/events`

The campaign's raw event stream — what the organism timeline and the
role seats render. Same relay as the detail route above; without it a
process-bound conversation's `sessionFetch('/api/campaign/<sid>/events')`
404s and the SPA reads that as "core predates the events route".

## Path parameters

- `process_id` string, required
- `session_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
