---
title: "Bulk Get"
method: POST
path: "/manual_evaluation/bulk"
tags: ["manual_evaluation"]
---

# Bulk Get

`POST /manual_evaluation/bulk`

Get manual evaluations for multiple sessions at once.

## Request body

- BulkGetRequest — Request body for bulk fetching manual evaluations.
  - `session_ids` string[], required — List of session IDs to fetch evaluations for

## Response `200`

Successful Response

- ManualEvaluationResponse[]
  - `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)
