---
title: "List Attempts"
method: GET
path: "/admin/multimodal-submissions/attempts"
tags: ["admin_multimodal_submissions"]
---

# List Attempts

`GET /admin/multimodal-submissions/attempts`

## Query parameters

- `days` integer
- `status` string, nullable
- `scope` 'exercise' | 'session', nullable
- `email` string, nullable
- `model` string, nullable
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- AttemptsPage
  - `items` AttemptItem[], required
    - `session_id` string, required
    - `exercise_id` string, required
    - `attempt_index` integer, required
    - `user_id` string, required
    - `user_email` string, nullable
    - `posted_at` string, date-time, required
    - `grading_status` string, nullable
    - `latency_seconds` number, nullable
    - `photo_count` integer, required
    - `photo_urls` string[], required
    - `scope` 'exercise' | 'session', required
    - `scope_source` 'explicit' | 'inferred', required
    - `device_type` string, nullable
    - `correctness` string, required
    - `computed_grade` number, nullable
    - `max_grade` number, nullable
    - `grading_error` string, nullable
    - `assignment_id` string, nullable
    - `model` string, required
    - `model_source` 'stored' | 'inferred', required
  - `total` integer, required
  - `page` integer, required
  - `page_size` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-07** `0ccba2913cca` — 3 info
  - added the new optional `query` request parameter `model`
  - added the required property `items/items/model` to the response with the `200` status
  - added the required property `items/items/model_source` to the response with the `200` status
- **2026-09-06** `a8edb782d4d6` — 1 info
  - added the required property `items/items/attempt_index` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/admin/multimodal-submissions/attempts/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/2a0c1636fd3b?raw)
