Master Inbox
Get Reply Status
Check the delivery status of a sent reply from the unified inbox
GET
Track whether your reply was successfully delivered. Use this to confirm email delivery status and troubleshoot sending issues.
Overview
Returns the delivery status of a specific reply sent from the master inbox. Use themessage_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
Query Parameters
Your SmartLead API key
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>Response Fields
Whether the request was successful
Reply status details
Response Codes
Request successful — reply status retrieved
Invalid or missing API key
No reply found for the given message_id
Missing or invalid
message_id parameterServer error occurred
Related Endpoints
- Reply to Message — Send a reply from the inbox
- Get Inbox Replies — Get all inbox replies
- Get Sent Emails — View all sent emails
