v2
executions
review
v2
executions
review
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.
get/api/review/pending
Query parameters
pageinteger
Page number (1-indexed)
Page number (1-indexed)
page_sizeinteger
Number of reviews per page
Number of reviews per page
Response
List of pending reviews