---
title: "Get Exercises"
method: GET
path: "/demo-homework-helper/exercises"
tags: ["Demo Homework Helper"]
---

# Get Exercises

`GET /demo-homework-helper/exercises`

Return ephemeral exercises for this session (exclude solution).
If no exercises exist, create a placeholder one.

## Query parameters

- `session_id` string, required — Ephemeral session ID for the demo
- `lang` string — Language code for the demo

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[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/2a0c1636fd3b?raw)
