---
title: "Get By Session"
method: GET
path: "/manual_evaluation/session/{session_id}"
tags: ["manual_evaluation"]
---

# Get By Session

`GET /manual_evaluation/session/{session_id}`

Get manual evaluation for a session.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- ManualEvaluationResponse — Response model for manual evaluation.
  - `id` string, required
  - `session_id` string, required
  - `score` integer, required — Score from 1 (worst) to 5 (best)
  - `justification` string, nullable — Optional free-form text explaining the score
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `creator_email` string, nullable
  - `updater_email` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
