One of our refs has been moved to a commit where it shouldn't be, presumably because someone did a merge in the wrong direction or something like that.
To sort this out (see what actually happened) it would be a great help to see a reflog for that ref, but from the devops cloud repo itself, as opposed to showing it for any specific developer's local repo.
Is there any way I can get a reflog from the Azure devops cloud repo?
I understand that there's no git command that can be executed on a developer machine that can get it for the remote/cloud repo. I also found that Azure devops offers a git api, but for refs all i can find is calls to list refs, modify/create/delete refs, and lock/unlock refs.