Ccdb API : retrieve an object by UUID?

Is there a way from the O2 CCDB C++ API to retrieve an object by its UUID ? (in order to inspect/debug multiple objects with the same start of validity range for instance) ?
e.g the equivalent of :

curl “http://alice-ccdb.cern.ch/MCH/Calib/LV/1655287935993/49bd0dfb-ecb6-11ec-8000-0aa1229c1b9a” --head

curl “http://alice-ccdb.cern.ch/MCH/Calib/LV/1655287935993/46ab100d-ecb6-11ec-8000-0aa1229c1b9a” --head

@grigoras