Querying COGL's default modelview and projection matrixes

I have a GJS extension that defines a GLSLEffect with a custom vertex shader where I want to use a custom projection matrix, and it would help immensely to see how COGL defines its default MV and P matrices, as a way of understanding the anticipated vertex positions. Is there a way I can query these from my GJS code so I could log the values?