curl -X GET "https://server.smartlead.ai/api/v1/master-inbox/untracked-replies?api_key=YOUR_KEY&limit=20&fetchBody=false"
Copy
Ask AI
{ "untracked_replies": [ { "id": "untracked_abc123", "from_email": "john@company.com", "to_email": "sales@yourcompany.com", "subject": "Re: Your Product", "received_at": "2025-01-20T10:30:00Z", "has_attachments": true, "body": "(included if fetchBody=true)", "attachments": "(included if fetchAttachments=true)" } ], "total_count": 1}
Master Inbox
Get Untracked Replies
Retrieve replies not tracked by SmartLead campaigns
GET
/
api
/
v1
/
master-inbox
/
untracked-replies
Copy
Ask AI
curl -X GET "https://server.smartlead.ai/api/v1/master-inbox/untracked-replies?api_key=YOUR_KEY&limit=20&fetchBody=false"
Copy
Ask AI
{ "untracked_replies": [ { "id": "untracked_abc123", "from_email": "john@company.com", "to_email": "sales@yourcompany.com", "subject": "Re: Your Product", "received_at": "2025-01-20T10:30:00Z", "has_attachments": true, "body": "(included if fetchBody=true)", "attachments": "(included if fetchAttachments=true)" } ], "total_count": 1}
Discover email replies not associated with your SmartLead campaigns. Essential for finding manual outreach responses, forwarded conversations, and historical emails.