---
title: "Dropouts by operator summary"
method: GET
path: "/api/analytics/dropouts/operator-summary"
tags: ["analytics"]
---

# Dropouts by operator summary

`GET /api/analytics/dropouts/operator-summary`

Returns current dropouts by sessions bucket and dropout type from mv_dropouts_by_operator (refresh MV to update).

## Response `200`

Successful Response

- DropoutOperatorSummaryResponse — Dropout operator summary response model.
  - `items` DropoutOperatorSummaryRow[], required — Rows ordered by bucket_order, dropout_type
    - `sessions_bucket` string, required — Sessions bucket label (e.g. after 1 session, after 16–20 sessions)
    - `bucket_order` integer, required — Numeric order for sorting
    - `dropout_type` string, required — dropout both | dropout psychologist | dropout nutritionist
    - `dropout_patients_count` integer, required — Total dropout patients in this bucket/type
    - `operators_detail` DropoutOperatorSummaryOperatorRow[] — Operators with their dropout patient count in this bucket
      - `operator` string, required — Operator display name
      - `dropout_patients_count` integer, required — Number of dropout patients for this operator in this bucket

---

[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)
