Get My Feedback State
Return the current user’s feedback state for a registration.
Response includes the registration status and any existing feedback,
so the client can decide whether to prompt, suppress, or defer the
feedback modal. Route is /mine/... — strict ownership applies (no
admin bypass).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
State snapshot for the course player: tells the client whether the crew member has already submitted feedback and what the current registration status is. The frontend uses this to decide whether to show the feedback modal on mount, on completion, or not at all.