---
title: "List micro-games"
method: GET
path: "/api/journey/template/micro-games"
tags: ["journey"]
---

# List micro-games

`GET /api/journey/template/micro-games`

## Response `200`

Successful Response

- MicroGameSummaryResponse[]
  - `id` string, required — Game code
  - `title` string, required — Game title
  - `category` string, required — Motivation category
  - `appointment_group` AppointmentGroupConfig, required — Appointment range for a game.
    - `min` integer, required — Minimum completed appointments (inclusive)
    - `max` integer, required — Maximum completed appointments (inclusive)
  - `screen_count` integer, required — Number of top-level screens
  - `enabled` boolean, required — Whether the game is active
  - `display_order` integer, required — Order within its category

---

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