List feedback records with filters
Lists feedback records for a required tenant_id with optional additional 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 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.
Number of results to return (max 1000)
Number of results to return (max 1000)
Omit for the first page. For the next page, use the exact value from the previous response's next_cursor. Opaque (base64-encoded); keyset pagination.
Response
OK