Can one get global project information from within a plugin

Quick question with respect to a VST Running in Cubase. Is there any part of the API that allows a VST plugin to get information about what tracks and other VSTs are present in the host project? I did an initial scan and didn’t see anything, but wasn’t sure if I might have missed something. I do see a call that allows the plugin to get some minimal information about its host track. But is there anything beyond this?

Thanks.

For now only this dedicated interface ChannelContext allows to get from the host info about the track ( name, colour. …)
Cheers