---
title: "Get Application Detail Stats Endpoint"
method: GET
path: "/api/platform/applications/{application_id}/stats"
tags: ["platform"]
---

# Get Application Detail Stats Endpoint

`GET /api/platform/applications/{application_id}/stats`

Live deployment count for one application from OpenFGA.

Counts ``application_instance`` objects whose ``base_definition`` is the
catalog ``application`` object — every scoped install regardless of whether
the scope is ``platform`` / ``portfolio`` / ``account``.

## Path parameters

- `application_id` string, required

## Response `200`

Successful Response

- PlatformApplicationDetailStats — Per-application FGA counts for the operator detail surface. ``deployment_count`` is the number of ``application_instance`` objects whose ``base_definition`` is this application's catalog object — the same inversion used by :class:`PlatformApplicationStats` at catalog scope.
  - `deploymentCount` integer

## Other responses

- `422` — Validation Error

---

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