---
title: "Count"
method: GET
path: "/public/api/catalogs/count?where={where}"
tags: ["Catalogs"]
---

# Count

`GET /public/api/catalogs/count?where={where}`

Count all the existing entities based on the where filter

## Query parameters

- `where` string

## Headers

- `Accept` string

## Request body

- object
  - `Authorization` DefaultHeader
    - `Authorization` string, required

## Response `200`

OK

- object
  - `count` number

---

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