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

# Get Session Status

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

Check the accessibility status of a session (public, uses booking token).

Returns clear status messages like:
- "Your interview is available"
- "Scheduled time passed, you can still complete it"
- "Your interview has been completed"

Does not require authentication, only the booking token.

## Path parameters

- `session_id` string, required

## Query parameters

- `token` string, nullable

## Response `200`

Successful Response

- SessionStatusResponse — Public session status check response.
  - `is_accessible` boolean, required
  - `status` string, required
  - `participant_review_enabled` boolean
  - `status_message` string, required
  - `scheduled_at` string, date-time, nullable, required
  - `expires_at` string, date-time, nullable, required
  - `can_start_now` boolean, required

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