---
title: "Check how many data apps match the provided access control rules"
method: POST
path: "/v1/dataapps/rules-check"
tags: ["Data Apps"]
---

# Check how many data apps match the provided access control rules

`POST /v1/dataapps/rules-check`

## Request body

- object
  - `filters` object — Access control filter (recursive — supports label, allow-all, and, or)
    - `type` string
    - `label` string
    - `value` string
    - `operator` string

## Response `200`

OK

- object
  - `dataAppsCount` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/versions/0205e2bace53/schema)
