Access warnings information for query to material elasticity

Hi,

I would like to access the warning information as displayed in the following pic for material id =''mp-6986" from https://legacy.materialsproject.org/materials/mp-6986/. It is helpful in identifying the poorly calculated data.

However, the python api

from mp_api.client import MPRester
with MPRester(api_key=“xxx”) as mpr:
mpr.elasticity.get_data_by_id(“mp-6986”)

does not return such information.

How to access the warning information from python api?

Thank you so much!

The mp-api client only provides access to our new API and not legacy. Please see our docs.

Tagging @munrojm to see if he can help with retrieving warnings through mp-api.

Thread closed due to inactivity, please open a new thread to address related issues.