---
title: "Get Homework Logs"
method: GET
path: "/admin/homework-logs"
tags: ["admin"]
---

# Get Homework Logs

`GET /admin/homework-logs`

Retrieve homework exercise logs with conversation history or image URLs.
Only accessible by admin users.

## Query parameters

- `start_date` string, nullable
- `end_date` string, nullable
- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- ExerciseLog[]
  - `id` string, required
  - `user_email` string, required
  - `created_at` string, date-time, required
  - `content` string, required
  - `latex_content` string, required
  - `solution` string, nullable
  - `conversation_history` object[], required
  - `conversation_history_archive` object[], required
  - `correctness` string, nullable
  - `image_urls` string[], required

## 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
