---
title: "Get the character-count limits for a report step"
method: GET
path: "/charactercount/{reportName}/{step}"
tags: ["Charactercount"]
---

# Get the character-count limits for a report step

`GET /charactercount/{reportName}/{step}`

**Requires permission:** *StaffMember*

Returns the min/max character limits for a named report at a given step (SR_CHARACTER_COUNT). Defaults to Min 100 / Max 10000 when there is no configured row.

## Path parameters

- `reportName` string, required
- `step` integer, required

## Response `200`

Success - Retrieved character count

- GetCharacterCountForReportStepResponse
  - `count` CharacterCountDto
    - `id` integer
    - `name` string, nullable
    - `maxCount` integer, nullable
    - `minCount` integer, nullable
    - `step` integer, nullable

## Other responses

- `400` — An Error Occurred - Could not get character count
- `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/fab57bf5558a/schema)
