---
title: "End Interview Session"
method: POST
path: "/v1/interview/session/{session_id}/end"
tags: ["interview-realtime"]
---

# End Interview Session

`POST /v1/interview/session/{session_id}/end`

End a public interview at the user's request (see ``_end_interview_session``).

Rebuild step 2 (shadow): every ACCEPTED End click is also an
``end_clicked`` inbox event — submitted after today's mutation succeeded
(whichever branch it took), fail-open, no-op with the flag off. Rejected
requests (404/409) submit nothing.

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