---
title: "Get Summary"
method: GET
path: "/api/platform/summary"
tags: ["platform"]
---

# Get Summary

`GET /api/platform/summary`

Return FGA-derived counts for the platform overview cards.

## Response `200`

Successful Response

- PlatformSummaryResponse — Aggregated platform-overview counts sourced from FGA.
  - `fga` FgaObjectCounts, required — Counts of distinct FGA objects/subjects per type. All counts come from a single scan of the authorization store. ``users`` counts distinct ``user:<id>`` subjects appearing in any tuple (i.e. anyone who has been granted any relation in FGA), not the full Auth0 user directory.
    - `portfolios` integer, required
    - `accounts` integer, required
    - `applications` integer, required
    - `users` integer, required
  - `truncated` boolean, required

---

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