Documentation Index
Fetch the complete documentation index at: https://api.smartlead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Access archived emails for historical reference and reporting. Maintains clean inbox while preserving complete email history.
Overview
Retrieves emails that have been archived. Archiving removes conversations from active inbox while maintaining searchable history.
Archive Triggers:
- Manual user archival
- Auto-archive after campaign completion
- Lead status change to closed/lost
- Bulk archive operations
Query Parameters
Include full thread history
Request Body
Standard inbox filters - campaignId max 5, emailAccountId max 10
REPLY_TIME_DESC or SENT_TIME_DESC
curl -X POST "https://server.smartlead.ai/api/v1/master-inbox/archived?api_key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"filters": {"campaignId": 12345}, "limit": 20}'