Get Pending Reviews for Execution
Get all pending reviews for a specific graph execution.
Retrieves all reviews with status "WAITING" for the specified graph execution that belong to the authenticated user. Results are ordered by creation time (oldest first) to preserve review order within the execution.
Args: graph_exec_id: ID of the graph execution to get reviews for user_id: Authenticated user ID from security dependency
Returns: List of pending review objects for the specified execution
Raises: HTTPException: - 404: If the graph execution doesn't exist or isn't owned by this user - 500: If authentication fails or database error occurs
Note: Only returns reviews owned by the authenticated user for security. Reviews with invalid status are excluded with warning logs.
Path parameters
Response
List of pending reviews for the execution