---
title: "Show Results Count"
method: GET
path: "/api/v2/search/count"
tags: ["Search"]
---

# Show Results Count

`GET /api/v2/search/count`

Returns the number of items matching the query rather than the items. The search string works the same as a regular search.

#### Allowed For

- Agents

## Query parameters

- `query` string, required

## Response `200`

Success response

- SearchCountResponse
  - `count` integer

---

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