---
title: "Get Session Results"
method: GET
path: "/v1/sessions/{session_id}/results"
tags: ["sessions"]
---

# Get Session Results

`GET /v1/sessions/{session_id}/results`

Public endpoint — returns interview summary/results for the interviewee to see after the session ends.
No auth required (session_id is the auth, same as the join endpoint).

NOTE: This is the OLDER of two duplicate definitions of this route — the
newer one above (line ~2581) handles revision-correctness. Because both
register the same path, FastAPI uses this one (the last @router.get wins).
Deduplication is deferred to its own PR; see CHOICES.md.

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