---
title: "Get Collection Overview"
method: GET
path: "/v1/analytics/collections/{collection_id}/overview"
tags: ["Analytics", "Analytics - Collections"]
---

# Get Collection Overview

`GET /v1/analytics/collections/{collection_id}/overview`

Get high-level collection health and status metrics.

Provides collection health including:
- Total document count and recent growth
- Processing performance and success rates
- Active enrichments (taxonomies, clusters)

**Use Cases:**
- Monitor collection health
- Quick status check
- Identify collections needing attention

## Path parameters

- `collection_id` string, required

## Response `200`

Successful Response

- CollectionOverviewResponse — Collection overview metrics.
  - `collection_id` string, required
  - `collection_name` string, required
  - `total_documents` integer, required
  - `documents_last_24h` integer, required
  - `documents_last_7d` integer, required
  - `avg_processing_time_ms` number, required
  - `success_rate` number, required
  - `active_taxonomies` integer, required
  - `active_clusters` integer, required
  - `last_indexed` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/versions/04b379bdbb7c/schema)
