---
title: "Get ruleboard finding counts"
method: GET
path: "/api/agent/deployments/{deploymentId}/ruleboards/{ruleboardSlug}/finding_counts"
tags: ["RuleboardService"]
---

# Get ruleboard finding counts

`GET /api/agent/deployments/{deploymentId}/ruleboards/{ruleboardSlug}/finding_counts`

## Path parameters

- `deploymentId` string, required
- `ruleboardSlug` string, required

## Query parameters

- `since` string, date-time
- `until` string, date-time

## Response `200`

OK

- ProtosRuleboardV1GetRuleboardFindingCountsResponse
  - `items` ProtosRuleboardV1RuleFindingCounts[]
    - `ruleName` string
    - `open` string
    - `total` string
    - `fixRate` number, float
    - `ignoreRate` number, float

---

[API](https://skmtc.dev/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.dev/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
