List feedback
Retrieve all feedback for a project with optional filtering.
Access Control:
- Admins see all feedback in the project
- Regular users see only feedback they submitted
Impersonation:
- When using impersonation, returns feedback submitted by the impersonated user
Sorting:
- Results are ordered by most recently updated first (
updated_atfield)
Note: For grouped views by conversation, use /projects/{project_id}/feedbacks/grouped_by_conversation/
Authorizations
Use Authorization: Bearer
Headers
Email of the user to impersonate. Requires CAN_IMPERSONATE_OTHER_USERS permission.
If the target user is not found or does not have access to the project, the request
proceeds as the authenticated user. Contact Clarifeye to enable this permission.
Path Parameters
UUID of the project
Query Parameters
Filter by feedback status
to_review: Feedback pending review (default)reviewed: Feedback has been reviewed
to_review, reviewed Filter by sentiment
Search in feedback text or user email (case-insensitive)
Maximum number of results per page
1 <= x <= 1000Number of results to skip for pagination
x >= 0