Skip to main content
GET
Returns detailed activity data including sent emails, opens, clicks, replies, and thread conversations for leads across all campaigns. Useful for building activity feeds and tracking engagement.

Query Parameters

string
required
Your SmartLead API key
number
default:"0"
Pagination offset (minimum: 0)
number
default:"100"
Number of lead activities to return (minimum: 1, maximum: 1000)
string
Filter activities from this date/time. Accepts ISO 8601 format (e.g., 2025-11-25T00:00:00.000Z) or YYYY-MM-DD format
string
Filter activities until this date/time. Accepts ISO 8601 format or YYYY-MM-DD format. Must be used with event_time_from

Response Fields

array
Array of lead activity objects
boolean
Whether there are more results available for pagination

Response Codes

Success
Activities retrieved successfully
Bad Request
Invalid date format for event_time_from or event_time_to
Unauthorized
Invalid or missing API key
Validation Error
Invalid query parameters (check limit and offset ranges)
Internal Server Error
Server error occurred

Usage Notes

This endpoint is optimized for retrieving activity timelines. Use the event_time_from and event_time_to parameters to filter by date range for better performance.
The hasMore field indicates if there are additional results. Use the offset parameter to paginate through results.