---
title: "Get Account Rule Matches"
method: GET
path: "/api/admin/account-rules/matches"
tags: ["Admin"]
---

# Get Account Rule Matches

`GET /api/admin/account-rules/matches`

Accounts matched by a single typed rule (drill-down preview).

## Query parameters

- `match_type` string, required
- `match_value` string, required
- `limit` integer

## Response `200`

Successful Response

- RuleMatchesResponse
  - `success` boolean
  - `count` integer
  - `accounts` RuleMatchRow[]
    - `user_id` string, required
    - `email` string, nullable
    - `name` string, nullable

## Other responses

- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/93ee959dfa51/schema)
