---
title: "List Missing Operator Payments"
method: GET
path: "/api/operator-payments/missing-operators"
tags: ["operator-payments"]
---

# List Missing Operator Payments

`GET /api/operator-payments/missing-operators`

List operators missing a payment row for the month, with completed appointment counts

## Query parameters

- `payment_month` string, date, required
- `operator_id` string, uuid, nullable

## Response `200`

Successful Response

- MissingOperatorPaymentResponse[]
  - `operator_id` string, uuid, required — Operator UUID
  - `operator_name` string, nullable — Operator display name (first_name + last_name)
  - `completed_appointment_count` integer, required — Number of completed appointments (FATTO) in the payment month
  - `pending_appointment_count` integer — Number of meetings still DA_FARE in the payment month, blocking the month close
  - `total_appointment_count` integer — Number of FATTO plus DA_FARE meetings in the payment month
  - `supervision_count` integer — Completed supervisions the operator received in the payment month, the ones the voce deducts
  - `is_supervisor` boolean — True when the operator supervises someone: creating the voce fans out the supervision kinds too

## Other responses

- `422` — Validation Error

---

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