---
title: "Get Analytics Summary"
method: GET
path: "/vendors/analytics/summary"
tags: ["analytics"]
---

# Get Analytics Summary

`GET /vendors/analytics/summary`

KPI strip: total vendors, total services, active reviews, open issues.

## Query parameters

- `entity_type` EntityType[], nullable

## Response `200`

Successful Response

- AnalyticsSummary
  - `total_vendors` integer, required
  - `total_services` integer, required
  - `active_reviews` integer, required
  - `open_issues` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
