---
title: "Get Rubric By Id"
method: GET
path: "/teacher/rubrics/{rubric_id}"
tags: ["rubrics"]
---

# Get Rubric By Id

`GET /teacher/rubrics/{rubric_id}`

## Path parameters

- `rubric_id` string, required

## Response `200`

Successful Response

- RubricResponse — Minimal: drops `exercise_id` (lives in the URL) and `exercise_collection` / `created_at` (frontend doesn't read them today). `author` is flattened to a Literal to avoid leaking prompt ids / user ids. `scoring_scheme` is appended last and is derived, never stored — a new bundle reads it to decide which shape to render; an old one ignores it.
  - `id` string, required
  - `questions` RubricQuestionResponse[], required
    - `question_text` string, required
    - `skills` SkillRef[], required
      - `savoir_faire_id` string, required
      - `name` string, required
      - `description` string, required
    - `criteria` string[], required
    - `points` number, nullable
    - `expected_result` string, nullable
  - `author_type` 'ai' | 'human', required
  - `scoring_scheme` 'criteria' | 'points'

## Other responses

- `400` — Malformed identifier
- `404` — Resource not found
- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-22** `05e048df94c6` — 3 info
  - added the optional property `questions/items/expected_result` to the response with the `200` status
  - added the optional property `questions/items/points` to the response with the `200` status
  - added the optional property `scoring_scheme` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/teacher/rubrics/:rubric_id/get.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/d367d251945b?raw)
