---
title: "GET /api/public/quick-wins"
method: GET
path: "/api/public/quick-wins"
tags: ["Monitoring"]
---

# GET /api/public/quick-wins

`GET /api/public/quick-wins`

List automatically detected positive moments for your trainees (new personal record, consistency streak, measurement progress, coaching milestone), newest first. Uses cursor pagination: pass the returned nextCursor to fetch the next page.

## Query parameters

- `cursor` string
- `limit` integer
- `filter` 'active' | 'handled'
- `search` string

## Response `200`

Default Response

- object
  - `data` object[]
    - `id` string
    - `trainee` object
      - `id` string
      - `fullName` string
    - `category` string — Win category, e.g. personalRecord, streak, measurement.
    - `title` string — Short human-readable summary of the win.
    - `description` string
    - `status` string — active or handled.
    - `createdAt` string, date-time
  - `nextCursor` string, nullable — Pass as cursor to fetch the next page. Null when there are no more results.

---

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