---
title: "Get Practice Status"
method: GET
path: "/v1/interactives/practice/status/{set_id}"
---

# Get Practice Status

`GET /v1/interactives/practice/status/{set_id}`

## Path parameters

- `set_id` string, required

## Response `200`

Successful Response

- PracticeProblemSetStatusResponse
  - `set_id` string, required
  - `success` boolean, required
  - `status` 'pending' | 'completed' | 'failed' | 'status_error', required
  - `message` string, nullable
  - `total_problems` integer, required
  - `completed_problems` integer, required
  - `response` PracticeProblemSet
    - `set_id` string, required
    - `set_name` string, nullable
    - `problems` PracticeProblem[], nullable
      - `problem_type` 'mcq' | 'frq' | 'selectall', required
      - `problem_statement` string, required
      - `correct_answer` union
        - string
        - string[]
      - `difficulty` 'easy' | 'medium' | 'hard'
      - `answer_choices` object, nullable
      - `explanation` string, nullable
      - `scoring_details` string, nullable
      - `include_graph` boolean
      - `graph_description` string, nullable
      - `graph_url` string, nullable
      - `user_answer` union
        - string
        - string[]
    - `cost` number, nullable
  - `timestamp` string, required

## Other responses

- `401` — Invalid API key or unauthorized access
- `402` — Insufficient credits
- `422` — Validation Error
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/opennote/apis/opennote-api-platform.md) · [All operations](https://skmtc.dev/opennote/apis/opennote-api-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opennote/opennote-api-platform/revisions/a9989220cb93/schema)
