Master Inbox
Get Assigned to Me
Retrieve all emails and conversations assigned to the authenticated user
POST
View your personalized inbox showing only leads and conversations assigned to you. Essential for team collaboration and individual accountability.
Overview
Retrieves all emails assigned to the authenticated user across all campaigns. This endpoint provides a personalized view for team members to focus on their assigned leads. Key Features:- Personalized inbox view for individual team members
- Same comprehensive filtering as other inbox endpoints
- Track assigned lead performance and engagement
- Enable accountability in team-based campaigns
- Individual dashboards: Show team members only their assigned work
- Performance tracking: Monitor individual team member metrics
- Load balancing: View current assignment distribution
- Task management: Track follow-ups on assigned leads
Query Parameters
Your SmartLead API key
Include full email thread history. Set to
true to get complete conversation context.Request Body
Number of records to skip for pagination. Must be non-negative.
Number of records to return per page. Must be between 1 and 20.
Advanced filtering options
Sort order for results
REPLY_TIME_DESC: Most recent replies first (default)SENT_TIME_DESC: Most recently sent emails first
Response Codes
Request successful - assigned emails retrieved
Invalid or missing API key
Invalid request parameters (e.g., limit > 20, invalid date format)
Server error occurred
Common Workflows
Daily Task Check
Hot Leads Follow-up
Campaign-Specific View
Performance Tips
- Use pagination: Default limit of 20 is optimal for response time
- Disable message history: Set
fetch_message_history=falsefor list views - Filter smartly: Combine filters to reduce result set
- Sort appropriately: Use
REPLY_TIME_DESCfor action-oriented views
Related Endpoints
- Update Team Member - Reassign leads
- Get Inbox Messages - All inbox replies
- Update Lead Category - Categorize leads
