---
title: "Get character counts for a report"
method: GET
path: "/reports/info/charcounts"
tags: ["Reports"]
---

# Get character counts for a report

`GET /reports/info/charcounts`

**Requires permission:** *AllStaff*

Returns the per-step character-count limits (SR_CHARACTER_COUNT) for a given report name.

## Query parameters

- `reportName` string, nullable

## Response `200`

Success - Got char counts

- GetReportCharCountsResponse
  - `charCounts` CharacterCountDto[], nullable
    - `id` integer
    - `name` string, nullable
    - `maxCount` integer, nullable
    - `minCount` integer, nullable
    - `step` integer, nullable

## Other responses

- `400` — An Error Occurred - Failed to get char counts
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
