---
title: "Get Calendar Sync Stats"
method: GET
path: "/developer/calendar-sync/stats"
tags: ["Developer", "Developer - Calendar"]
---

# Get Calendar Sync Stats

`GET /developer/calendar-sync/stats`

Get calendar sync statistics for the current customer.

This endpoint is restricted to developer users only.

Returns:
- Statistics about calendars, events, and sync status for the customer

## Response `200`

Successful Response

- CalendarSyncStatsResponse — Response with calendar sync statistics for a customer
  - `customer_id` string, uuid, required — The customer ID
  - `total_calendars` integer, required — Total number of calendars
  - `total_events` integer, required — Total number of synced events
  - `most_recent_sync` string, nullable — Timestamp of the most recent sync
  - `total_users_with_calendars` integer, required — Number of users with calendars

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
