List feedback records with filters
Lists feedback records with optional filters and pagination
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 user identifier. NULL bytes not allowed.
Filter by user identifier. 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.
Number of results to return (max 1000)
Number of results to return (max 1000)
Number of results to skip
Number of results to skip
Response
OK