---
title: "Stream Interview Events"
method: GET
path: "/v1/interviews/{interview_id}/events"
tags: ["campaign-insights"]
---

# Stream Interview Events

`GET /v1/interviews/{interview_id}/events`

Stream realtime dashboard events for one interview campaign.

Clients may send ``Last-Event-ID`` after a proxy soft-close or network blip.
When the resume id is still buffered locally it is skipped so reconnects do
not double-fire dashboard refreshes. There is no durable event log, so a
missing cursor falls through to live delivery only.

## Path parameters

- `interview_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
