How to obtain wyckoff positions from chem environment?

I am attempting to obtain a list of wyckoff positions for all elements in a given material, is there a way to do this through the chem env endpoint (or other means)?

mpr.materials.chemenv.search(material_ids=mpids["mp-ID"])

the above line returns some data (shown below) such as species, atomic position, etc. How can I obtain a list of wyckoff positions for each of these entries?

image

Does this existing thread help: Access data from "Crystal Structure" section using mp_api ?