It is not possible to output the registered record types related to the registered taxonomy.
I do this:
$args = array ( 'taxonomies' => array('cat_inst') ); print_r(get_post_types($args)); Displays an empty array. Taxonomy and record type customs. Tell me, please, what could be the nuance?
My main question is how to find out what types of records taxonomy has?