If I understood your question correctly, you're trying to get the master object of a clone.
For this you need first to get the copy operator from the cloned object. This can be accessed through the operaters stack under its ActivePrimitive.
Once you have the copy operator, getting Input Port(0) of it will return the master object you're looking for.
Hope this helps,
Homam