---
title: "Count feedback records"
method: GET
path: "/v1/feedback-records/count"
tags: ["Feedback Records"]
---

# Count feedback records

`GET /v1/feedback-records/count`

Returns the total number of feedback records matching the given filters. Supports the same query parameters as the list endpoint.

## Query parameters

- `tenant_id` string, required — Tenant ID (required for isolation). NULL bytes not allowed.
- `submission_id` string[]
- `source_type` string[]
- `source_id` string[]
- `field_id` string[]
- `field_group_id` string[]
- `field_type` FieldType[]
- `value_id` string[]
- `user_id` string[]
- `source_name` string[]
- `language` string[]
- `since` string, date-time — Filter by collected_at >= since (ISO 8601 format). Must be between 1970-01-01 and 2080-12-31.
- `until` string, date-time — Filter by collected_at <= until (ISO 8601 format). Must be between 1970-01-01 and 2080-12-31.
- `created_since` string, date-time
- `created_until` string, date-time
- `value_number_min` number, double
- `value_number_max` number, double
- `value_date_min` string, date-time
- `value_date_max` string, date-time
- `sentiment` SentimentValue[]
- `emotions` EmotionValue[]
- `sentiment_score_min` number, double
- `sentiment_score_max` number, double
- `has_sentiment` boolean
- `has_emotions` boolean
- `has_translation` boolean

## Response `200`

OK

- CountFeedbackRecordsOutputBody
  - `count` integer, required — Number of feedback records matching the filters

## Other responses

- `400` — Bad Request. Returned for an unknown enum value (sentiment, emotions, field_type), an inverted range whose *_min/*_since exceeds its *_max/*_until, or a missing or blank tenant_id.
- `401` — Unauthorized (missing or invalid API key)
- `default` — Error

## Changes

- **2026-08-12** `113a9be98fc1` — 9 breaking, 32 info
  - removed the enum value `boolean` from the `query` request parameter `field_type`
  - removed the enum value `categorical` from the `query` request parameter `field_type`
  - removed the enum value `ces` from the `query` request parameter `field_type`
  - removed the enum value `csat` from the `query` request parameter `field_type`
  - …37 more
- **2026-07-08** `a177b57c05dc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/formbricks/apis/formbricks-hub-api/changes/v1/feedback-records/count/get.md)

---

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