---
title: "Get analytics subsystem status"
method: GET
path: "/analytics/status"
tags: ["analytics"]
---

# Get analytics subsystem status

`GET /analytics/status`

Returns sizes of internal analytics buffers and queues.

## Response `200`

Status fetched

- AnalyticsStatus
  - `popular_prefix_queries` integer
  - `nohits_prefix_queries` integer
  - `log_prefix_queries` integer
  - `query_log_events` integer
  - `query_counter_events` integer
  - `doc_log_events` integer
  - `doc_counter_events` integer

## Changes

- **2025-10-14** `3bc6fc9b6132` — 1 info
  - endpoint added
- **2022-08-04** `6c2fe01b69bc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/typesense/apis/typesense-api/changes/analytics/status/get.md)

---

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