I am trying to retrieve the Message Trace report using Graph API.
Before I was able to get the 'status' field using the old web reporting services using powershell scripting.
I am now switching to Python and using the graph API - https://graph.microsoft.com/v1.0/users/{user_id}/messages.
I would like to know how to get the 'status' field that was available in the message trace report (https://docs.microsoft.com/en-us/previous-versions/office/developer/o365-enterprise-developers/jj984...) in the Graph API for Mail/Messages.

I would like this field in the graph API.