---
title: "Get Public Conversations"
method: GET
path: "/v1/public/interviews/{share_token}/conversations"
tags: ["campaign-reports-public"]
---

# Get Public Conversations

`GET /v1/public/interviews/{share_token}/conversations`

Conversation list for a public share link whose campaign grants at least
'conversations' access. Delegates to the authenticated list handler with a
share-token principal, so the same access gate and shared-viewer redaction
(session/booking tokens nulled, names hidden per row) apply.

## Path parameters

- `share_token` string, required

## Query parameters

- `department` string, nullable
- `job_title` string, nullable
- `company` string, nullable
- `position` string, nullable
- `level` string, nullable
- `location` string, nullable
- `workgroup1` string, nullable
- `workgroup2` string, nullable
- `workgroup3` string, nullable
- `search` string, nullable
- `status` string, nullable
- `locale` string, nullable
- `limit` integer
- `offset` integer

## 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)
