Returns the delivery status of a specific reply sent from the master inbox. Use the message_id from the email headers to look up the current status of the reply.Use Cases:
Delivery confirmation: Verify that a reply was successfully sent
Troubleshooting: Diagnose delivery failures or delays
Automation workflows: Poll status after sending a reply via API
Audit trails: Track when replies were actually delivered
The email Message-ID header value of the reply you want to check.This is the RFC 5322 Message-ID assigned to the email, typically in angle bracket format: <uuid@domain.com>Example: <4d9ff292-b7a4-45a1-80aa-e1ac2c925404-133jc7w@dealversego.co>