Retrieve feedbacks grouped by their associated playground conversation with unified pagination and sorting.
Access Control:
Grouping Logic:
conversation field (FK to PlaygroundConversation)conversation_id: nullPagination:
limit and offset parameters to page through resultscount field reflects the total number of displayable groups (conversations + ungrouped)Status Filtering:
status=to_review: Groups with ANY unreviewed feedbackstatus=reviewed: Groups where ALL feedbacks are reviewedSorting:
status=to_review: Sorted by the most recent “to_review” feedback updatestatus=reviewed: Sorted by the most recent “reviewed” feedback updateImpersonation:
Documentation Index
Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer
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.
UUID of the project
Filter by conversation status (based on feedback statuses)
to_review: Feedback pending review (default)reviewed: Feedback has been reviewedto_review, reviewed Search in feedback text or user email (case-insensitive)
Set to "true" to include feedbacks from archived conversations. Defaults to false.
true, false Maximum number of results per page
1 <= x <= 1000Number of results to skip for pagination
x >= 0Successful response
Total number of results
URL to next page of results
URL to previous page of results
Flat array of conversation groups and ungrouped feedbacks, sorted by last updated feedback.
Ungrouped feedbacks appear as single-item groups with conversation_id: null.