---
title: "Critique"
method: POST
path: "/api/trajectories/{session_id}/critique"
tags: ["trajectories"]
---

# Critique

`POST /api/trajectories/{session_id}/critique`

LLM-side critique. Synchronous stub for now — enqueue a job and
return a placeholder; phase-4 replaces this with a real deepseek call.

The shape returned matches what the production critique will return:
a list of `findings`, each with a `record_uuid` anchor, `severity`,
and `body`. UI can render these as auto-annotations the mentor can
accept / convert into real annotations.

## Path parameters

- `session_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/ab56f76234f2/schema)
