get_open_details
Retrieve per-recipient open data for a sent campaign, including email addresses, open counts, and timestamps.
Instructions
Retrieve per-recipient open data for a sent campaign (who opened, when, how many times).
Use get_campaign_report for aggregate open rates. Use get_email_activity for all activity types combined.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: campaign_id: Campaign ID (e.g. 'abc123def4'). Must be a sent campaign. count: Records to return (1-1000, default 20). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and members array. Each: email_address, opens_count, opens array with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |