---
title: "Dashboard overview metrics"
method: GET
path: "/dashboard/overview"
tags: ["dashboard"]
---

# Dashboard overview metrics

`GET /dashboard/overview`

Returns lightweight aggregate counters for admin UI dashboard.

## Response `200`

Successful operation

- DashboardOverview — Aggregate counters shown on the dashboard.
  - `totalServices` integer, required — Services currently registered, from every descriptor source.
  - `totalStubs` integer, required — Stubs currently in storage.
  - `usedStubs` integer, required — Stubs matched at least once since startup.
  - `unusedStubs` integer, required — Stubs never matched since startup.
  - `coveredMethods` integer — Number of gRPC methods that have at least one stub
  - `totalMethods` integer — Total number of gRPC methods across all services
  - `grpcAddr` string — Native gRPC listen address
  - `gatewayAddr` string — ConnectRPC + gRPC-web listen address
  - `httpAddr` string — Admin REST API + UI listen address
  - `totalSessions` integer, required — Sessions currently known to the server.
  - `runtimeDescriptors` integer, required — Descriptors uploaded over REST since startup.
  - `totalHistory` integer, required — Calls recorded in history.
  - `historyErrors` integer, required — Recorded calls that ended in a gRPC error.

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-07-20** `e2b32002bad4` — 5 info
  - added the optional property `coveredMethods` to the response with the `200` status
  - added the optional property `gatewayAddr` to the response with the `200` status
  - added the optional property `grpcAddr` to the response with the `200` status
  - added the optional property `httpAddr` to the response with the `200` status
  - …1 more
- **2026-03-11** `b5826549bbe8` — 1 info
  - endpoint added
- **2025-12-06** `8784e347c130` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bavix/apis/gripmock-api-schema/changes/dashboard/overview/get.md)

---

[API](https://skmtc.dev/bavix/apis/gripmock-api-schema.md) · [All operations](https://skmtc.dev/bavix/apis/gripmock-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bavix/gripmock-api-schema/revisions/48019d318a0f/schema)
