---
title: "Return the total count of form responses"
method: GET
path: "/v1/org/{orgId}/form-response/count"
tags: ["form-response"]
---

# Return the total count of form responses

`GET /v1/org/{orgId}/form-response/count`

## Path parameters

- `orgId` string, required

## Query parameters

- `formId` string
- `assessmentId` string
- `submitPersonFilter` string
- `targetFilter` string
- `fromSubmitAt` string
- `untilSubmitAt` string
- `questionId` string

## Response `200`

successful operation

- FormResponseCount
  - `totalCount` integer, required
  - `filteredCount` integer, required

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
