Hi, could we maybe make it possible to search logids and get their details with the mediawiki action API? Currently, username => logid conversion is possible with list=logevents, but as for logid => username conversion, you have to get all recent log events first and look at the response using a for-loop or something. In this way you have to repeat API requests several times until you get the information you need, and this can be prevented if the action API has the feature mentioned above.
You can find a discussion here.
Thank you for your consideration in advance.