Count feedback records
Returns the total number of feedback records matching the given filters. Supports the same query parameters as the list endpoint.
Query parameters
Tenant ID (required for isolation). NULL bytes not allowed.
Tenant ID (required for isolation). NULL bytes not allowed.
Filter by submission ID (e.g. UUID from webhook idempotency). NULL bytes not allowed.
Filter by submission ID to group records belonging to one logical submission. NULL bytes not allowed.
Filter by source type. NULL bytes not allowed.
Filter by source type. NULL bytes not allowed.
Filter by source ID (NULL bytes not allowed)
Filter by source ID (NULL bytes not allowed)
Filter by field ID. NULL bytes not allowed.
Filter by field group ID (for ranking/matrix questions). NULL bytes not allowed.
Filter by field group ID (for ranking/matrix questions). NULL bytes not allowed.
Filter by field type. NULL bytes not allowed.
Filter by field type. NULL bytes not allowed.
Filter by the source system's stable option id. NULL bytes not allowed.
Filter by the source system's stable option id (e.g. all records for one survey choice). NULL bytes not allowed.
Filter by user ID. NULL bytes not allowed.
Filter by user ID. NULL bytes not allowed.
Filter by collected_at >= since (ISO 8601 format). Must be between 1970-01-01 and 2080-12-31.
Filter by collected_at >= since (ISO 8601 format). Must be between 1970-01-01 and 2080-12-31.
Filter by collected_at <= until (ISO 8601 format). Must be between 1970-01-01 and 2080-12-31.
Filter by collected_at <= until (ISO 8601 format). Must be between 1970-01-01 and 2080-12-31.
Response
OK
Example response
{
"count": 42
}