Skip to main content
GET
Get Conversation Detail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Ontora-Locale
string | null
Accept-Language
string | null
X-API-Key
string | null

Path Parameters

interview_id
string<uuid>
required
conversation_id
string<uuid>
required

Query Parameters

locale
string | null
transcript_locale
string | null

Response

Successful Response

id
string<uuid>
required
contact_id
string<uuid> | null
required
contact
ConversationContactOut · object
required
summary
string | null
required
transcript
Transcript · object[] | null
required
duration_minutes
integer | null
required
extracted_pain_points
Extracted Pain Points · object[] | null
required
tools_mentioned
string[] | null
required
processes_touched
string[] | null
required
started_at
string<date-time> | null
required
ended_at
string<date-time> | null
required
is_anonymous
boolean
default:false
anonymity_level
string
default:none
campaign_anonymity_level
string
default:none
privacy_drift
ConversationPrivacyDriftOut · object[]
original_language_code
string | null
original_language_label
string | null
transcript_language_code
string | null
transcript_language_label
string | null
transcript_is_translated
boolean
default:false
available_transcript_languages
string[]
findings
Findings · object[] | null
referenced_resources
string[] | null
areas_discussed
string[] | null
recording_available
boolean
default:false
recording_mime_type
string | null
recording_size_bytes
integer | null
recording_duration_seconds
integer | null
user_recording_available
boolean
default:false
user_recording_mime_type
string | null
user_recording_size_bytes
integer | null
user_recording_duration_seconds
integer | null
agent_recording_available
boolean
default:false
agent_recording_mime_type
string | null
agent_recording_size_bytes
integer | null
agent_recording_duration_seconds
integer | null
session_feedback
SessionFeedbackOut · object | null

Session-level feedback from the interviewee (completion screen rating).

screen_analysis_status
string | null
screen_analysis_summary
string | null
screen_analysis_json
Screen Analysis Json · object | null
screen_shares
ConversationScreenShareOut · object[]