---
title: "List Conversations"
method: GET
path: "/v1/interviews/{interview_id}/conversations"
tags: ["campaign-insights"]
---

# List Conversations

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

## Path parameters

- `interview_id` string, uuid, 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

## Headers

- `X-Ontora-Locale` string, nullable
- `Accept-Language` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- ConversationsListOut
  - `total` integer, required
  - `departments` string[], required
  - `job_titles` string[], required
  - `facets` AudienceFacetOut[]
    - `key` string, required
    - `values` string[], required
  - `items` ConversationRowOut[], required
    - `id` string, uuid, required
    - `contact_id` string, uuid, nullable, required
    - `name` string, required
    - `job_title` string, nullable, required
    - `department` string, nullable, required
    - `seniority_level` integer, nullable, required
    - `status` string, required
    - `duration_minutes` integer, nullable, required
    - `pain_point_count` integer, required
    - `completed_at` string, date-time, nullable, required
    - `summary` string, nullable, required
    - `session_id` string, uuid, nullable
    - `session_token` string, nullable
    - `reminder_count` integer
    - `reinvited_from_contact_id` string, uuid, nullable
    - `invitation_status` string
    - `session_rating` number, nullable
    - `is_anonymous_response` boolean
    - `audience_filter_attributes` object
    - `language_code` string, nullable
    - `language_label` string, nullable
  - `avg_duration_minutes` number, nullable
  - `is_anonymous` boolean
  - `anonymity_level` string
  - `hide_conversations` boolean
  - `show_language_flags` boolean

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