---
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
  - `totalSessions` integer, required
  - `runtimeDescriptors` integer, required
  - `totalHistory` integer, required
  - `historyErrors` integer, required

## Other responses

- `500` — Internal Server Error

## Changes

- **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.dev/bavix/apis/gripmock-api-schema/revisions/6abd62cfb278?raw)
