---
title: "Get top search queries"
method: GET
path: "/metrics/top-queries"
tags: ["metrics"]
---

# Get top search queries

`GET /metrics/top-queries`

Get the most popular search queries

## Query parameters

- `start` string, required
- `end` string, required
- `limit` integer

## Response `200`

OK

- QueryCount[]
  - `count` integer
  - `query` string
  - `query_type` string

## Changes

- **2026-05-12** `9c7a801e49dd` — 1 info
  - endpoint added
- **2025-06-02** `0c070796939d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/marmotdata/apis/marmot-api/changes/metrics/top-queries/get.md)

---

[API](https://skmtc.dev/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.dev/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc.dev/marmotdata/apis/marmot-api/revisions/cadebfd78fef?raw)
