---
title: "Get Conversation Detail"
method: GET
path: "/v1/interviews/{interview_id}/conversations/{conversation_id}"
tags: ["campaign-insights"]
---

# Get Conversation Detail

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

## Path parameters

- `interview_id` string, uuid, required
- `conversation_id` string, uuid, required

## Query parameters

- `locale` string, nullable
- `transcript_locale` string, nullable

## Headers

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

## Response `200`

Successful Response

- ConversationDetailOut
  - `id` string, uuid, required
  - `contact_id` string, uuid, nullable, required
  - `contact` ConversationContactOut, required
    - `id` string, uuid, nullable, required
    - `name` string, required
    - `job_title` string, nullable, required
    - `department` string, nullable, required
    - `seniority_level` integer, nullable, required
  - `is_anonymous` boolean
  - `anonymity_level` string
  - `campaign_anonymity_level` string
  - `privacy_drift` ConversationPrivacyDriftOut[]
    - `dimension` string, required
    - `direction` string, required
  - `summary` string, nullable, required
  - `transcript` object[], nullable, required
  - `original_language_code` string, nullable
  - `original_language_label` string, nullable
  - `transcript_language_code` string, nullable
  - `transcript_language_label` string, nullable
  - `transcript_is_translated` boolean
  - `available_transcript_languages` string[]
  - `duration_minutes` integer, nullable, required
  - `findings` object[], nullable
  - `referenced_resources` string[], nullable
  - `areas_discussed` string[], nullable
  - `extracted_pain_points` object[], nullable, required
  - `tools_mentioned` string[], nullable, required
  - `processes_touched` string[], nullable, required
  - `started_at` string, date-time, nullable, required
  - `ended_at` string, date-time, nullable, required
  - `recording_available` boolean
  - `recording_mime_type` string, nullable
  - `recording_size_bytes` integer, nullable
  - `recording_duration_seconds` integer, nullable
  - `user_recording_available` boolean
  - `user_recording_mime_type` string, nullable
  - `user_recording_size_bytes` integer, nullable
  - `user_recording_duration_seconds` integer, nullable
  - `agent_recording_available` boolean
  - `agent_recording_mime_type` string, nullable
  - `agent_recording_size_bytes` integer, nullable
  - `agent_recording_duration_seconds` integer, nullable
  - `session_feedback` AppApiCampaignInsightsSessionFeedbackOut — Session-level feedback from the interviewee (completion screen rating).
    - `rating` number, required
    - `suggestions` string[], required
    - `additional_feedback` string, nullable, required
  - `screen_analysis_status` string, nullable
  - `screen_analysis_summary` string, nullable
  - `screen_analysis_json` object, nullable
  - `screen_shares` ConversationScreenShareOut[]
    - `id` string, uuid, required
    - `request_id` string, nullable, required
    - `prompt` string, nullable, required
    - `reason` string, nullable, required
    - `status` string, required
    - `started_at` string, date-time, nullable, required
    - `stopped_at` string, date-time, nullable, required
    - `completed_at` string, date-time, nullable, required
    - `duration_seconds` integer, nullable, required
    - `expected_chunk_count` integer, nullable
    - `uploaded_bytes` integer
    - `upload_limit_bytes` integer, nullable
    - `recording_available` boolean
    - `recording_mime_type` string, nullable
    - `recording_size_bytes` integer, nullable
    - `recording_error` string, nullable
    - `observations` ConversationScreenObservationOut[]
      - `id` string, uuid, required
      - `screen_share_id` string, uuid, required
      - `offset_seconds` integer, nullable, required
      - `observed_at` string, date-time, nullable, required
      - `summary` string, nullable, required
      - `visible_tools` unknown[], nullable, required
        - unknown
      - `process_step` string, nullable, required
      - `visible_text` string, nullable, required
      - `suggested_probe` string, nullable, required
      - `confidence` number, nullable, required
      - `analysis_status` string, required
      - `image_available` 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)
