Get Pending Reviews
Get all pending reviews for the current user.
Retrieves all reviews with status "WAITING" that belong to the authenticated user. Results are ordered by creation time (newest first).
Args: user_id: Authenticated user ID from security dependency
Returns: List of pending review objects with status converted to typed literals
Raises: HTTPException: If authentication fails or database error occurs
Note: Reviews with invalid status values are logged as warnings but excluded from results rather than failing the entire request.
Query parameters
Page number (1-indexed)
Page number (1-indexed)
Number of reviews per page
Number of reviews per page
Response
List of pending reviews
Changes
Changed in 1 of the 103 revisions of this API.6
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○