I'm trying to retrieve a list of custom taxonomies that are associated with a given custom post. To be clear, I'm trying to retrieve the slugs of the taxonomies, not the taxonomy terms (in other words, the list of taxonomies you see in the WP dashboard in the left column when creating a new post, below "Add New").
I need to retrieve the post type that is associated with a given taxonomy. And yes, I'm aware that a taxonomy can be associated with multiple post types!
I'm not 100% clear on what you're asking. Is it that you want the Taxonomy itself and Not the terms.
Meaning if I have Post Type A.
You want to list out the Taxonomies that are assigned to Post Type A ? Lets say post type has Taxonomy A and Taxonomy B.
You want to list out Taxonomy A slug and Taxonomy B slug and not necessarily the terms of Taxonomy A and B that are assigned to the Posts Under Post Type A.