---
title: "Get Interview Session Info"
method: GET
path: "/v1/interview/session/{session_id}"
tags: ["interview-realtime"]
---

# Get Interview Session Info

`GET /v1/interview/session/{session_id}`

Return public session metadata after validating the invite token.

## Path parameters

- `session_id` string, required

## Query parameters

- `token` string, nullable
- `mode` string, nullable

## Response `200`

Successful Response

- InterviewSessionInfo
  - `session_id` string, uuid, required
  - `interview_type` string, required
  - `default_mode` string, required
  - `status` string, required
  - `transcript` object[], nullable
  - `duration_limit_minutes` integer, nullable
  - `duration_remaining_seconds` integer, nullable
  - `contact_name` string, nullable
  - `contact_email` string, nullable
  - `contact_image_url` string, nullable
  - `company_name` string, nullable
  - `company_domain` string, nullable
  - `company_logo_url` string, nullable
  - `workspace_id` string, uuid, nullable
  - `workspace_clerk_org_id` string, nullable
  - `workspace_name` string, nullable
  - `workspace_domain` string, nullable
  - `workspace_logo_url` string, nullable
  - `page_title` string, nullable
  - `screen_share_enabled` boolean
  - `campaign_intro` string, nullable
  - `default_language` string
  - `campaign_is_anonymous` boolean
  - `campaign_visibility_note` string, nullable
  - `campaign_results_usage` string, nullable
  - `participant_voice_selection_enabled` boolean
  - `participant_mode_selection_enabled` boolean
  - `participant_review_enabled` boolean
  - `selected_voice_id` string, nullable
  - `selected_voice_language` string, nullable
  - `selected_voice_provider` string, nullable
  - `voice_provider` string, nullable
  - `voice_speed` number
  - `selected_voice_speed` number, nullable
  - `is_anonymous` boolean
  - `anonymity_level` string
  - `campaign_anonymity_level` string
  - `participant_anonymity_selection_enabled` boolean
  - `selected_anonymity_level` string, nullable
  - `record_audio` boolean
  - `can_email_resume_link` boolean
  - `session_feedback_submitted` boolean
  - `deepgram_eot_timeout_ms` integer, nullable
  - `maintenance` InterviewMaintenanceInfo
    - `enabled` boolean
    - `blocked` boolean
    - `reason` string, nullable
    - `activated_at` string, date-time, nullable
    - `booking_url` string, nullable

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