---
title: "Get EAV Attribute Stats"
method: GET
path: "/eavAttributes/{eavAttribute}/countStats"
tags: ["EAV"]
---

# Get EAV Attribute Stats

`GET /eavAttributes/{eavAttribute}/countStats`

## Path parameters

- `eavAttribute` integer, required

## Response `200`

- object
  - `total` integer — Total number of unique entities with this a value(s) for this attribute.
  - `eav_attribute_option_counts` object[]
    - `eav_attribute_option_id` integer
    - `count` integer

---

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