---
title: "Get Application Stats"
method: GET
path: "/api/platform/applications/stats"
tags: ["platform"]
---

# Get Application Stats

`GET /api/platform/applications/stats`

Live counts of applications, modules, and deployments in OpenFGA.

The list endpoint above sources its rows from the Postgres catalog +
registrations; this endpoint inverts FGA so the dashboard's stat cards
reflect what authorization can actually answer ``check`` against today.

## Response `200`

Successful Response

- PlatformApplicationStats — Counts of authorization objects derived from the OpenFGA store. These are intentionally separate from the catalog list response: the list is sourced from the Postgres ``applications`` table + live registrations (what we know *should* exist), while these counts reflect what is *actually* present in FGA. They can drift while a registration / reconcile is in flight; the operator dashboard surfaces both numbers so drift is visible.
  - `applicationCount` integer
  - `moduleCount` integer
  - `deploymentCount` integer

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
