---
title: "Resume From Review"
method: POST
path: "/v1/interview/session/{session_id}/review/resume"
tags: ["interview-review"]
---

# Resume From Review

`POST /v1/interview/session/{session_id}/review/resume`

Reopen a pending-review conversation for the existing session resume flow.

Flips the conversation back to ``paused`` (the resumable state the
pause/interruption resume path already handles), so the normal session
join reconnects with the saved transcript and the resume replay.

## Path parameters

- `session_id` string, required

## Query parameters

- `token` string, nullable

## Response `200`

Successful Response

- unknown

## 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/0253dfbb31bc/schema)
