---
title: "List Reflections"
method: GET
path: "/api/learning-plans/instances/{instance_id}/reflections"
tags: ["learning-plans"]
---

# List Reflections

`GET /api/learning-plans/instances/{instance_id}/reflections`

## Path parameters

- `instance_id` string, required

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- LearningPlanReflection[]
  - `instance_id` string, required
  - `day_index` integer, required
  - `body` string, required
  - `quiz_answers` QuizAnswer[]
    - `question_index` integer, required
    - `selected_index` integer, required
    - `correct` boolean, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
