search_campaigns
Search campaigns by keyword across titles, subject lines, and list names to find them without needing the campaign ID.
Instructions
Search campaigns by keyword across titles, subject lines, and list names.
Use to find campaigns when you do not know the ID. Use list_campaigns to browse by status or date instead. Queries under 3 characters return an error.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: query: Search string (minimum 3 characters). Matches against campaign titles, subject lines, and list names. count: Number of results to return (1-1000, default 20). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and results array. Each result: campaign object with id, type, status, title, subject_line, send_time, emails_sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |