---
title: "Continue Session"
method: POST
path: "/v1/sessions/{session_id}/continue"
tags: ["sessions"]
---

# Continue Session

`POST /v1/sessions/{session_id}/continue`

Create a continuation session under the SAME interview as the parent.

No auth required — session_id acts as the authorization, same as join endpoints.
Delegates to _join_for_interview after resolving session → interview, so
pause-resume goes through the same find-or-create code path as a fresh
/join click. Terminal states return 400 to preserve the prior contract;
interview-keyed callers can pass `allow_re_completion=True` (template setting)
to opt into Phase 3 re-open behavior instead.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
