---
title: "Get User Group Rules Stats"
method: GET
path: "/api/user-group-rules-stats"
tags: ["user-group-rules"]
---

# Get User Group Rules Stats

`GET /api/user-group-rules-stats`

Get user group rules statistics including entity types and match types.

Args:
    tenant_filter: Optional tenant filter ('all' for aggregated, specific tenant name, or None for current)
    tenant: Current tenant from header

Returns:
    Dictionary containing statistics by entity type and match type

## Query parameters

- `tenant_filter` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
