learn-feedback
List Feedback Admin
List feedback for the admin’s organization, newest first.
Uses keyset pagination (same pattern as list_registrations) and enriches each row with crew name/email, course title, ship name, and role via batch repo fetches to avoid N+1.
GET
List Feedback Admin
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by course (single UUID or comma-separated UUIDs)
Filter by ship (single UUID or comma-separated UUIDs)
Items per page
Required range:
1 <= x <= 1000Pagination cursor
Search term
Maximum string length:
200Include total count
List Feedback Admin