---
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
  - `totalServices` integer, required
  - `totalStubs` integer, required
  - `usedStubs` integer, required
  - `unusedStubs` integer, required
  - `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
  - `runtimeDescriptors` integer, required
  - `totalHistory` integer, required
  - `historyErrors` integer, required

## Other responses

- `500` — Internal Server Error

---

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