---
title: "Future pending appointments by month"
method: GET
path: "/api/analytics/finance/appointments/future-pending"
tags: ["analytics"]
---

# Future pending appointments by month

`GET /api/analytics/finance/appointments/future-pending`

Returns future pending appointments from today onwards aggregated by month.

## Response `200`

Successful Response

- FuturePendingResponse — Future pending appointments response model.
  - `total` integer, required — Total count of future pending appointments
  - `data` FuturePendingByMonthRow[] — Per-month breakdown
    - `month` string, required — Month key (e.g. YYYY-MM or first day of month)
    - `total` integer, required — Count of pending appointments in that month

---

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