search_issues
Search the full text and titles of indexed newsletter issues. Use query syntax, filters, and highlighting to find specific content.
Instructions
Search across the body and titles of every newsletter issue Reletter has indexed. Returns highlighted snippets when highlight=true. Accepts the same filters parameter as search_publications; filters apply to the parent publication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starts at 1. | |
| query | No | Search query. Supports parentheses, quotes, AND, OR and -negation. | |
| filters | No | Same syntax and filter set as search_publications; filters apply to the parent publication, e.g. `subscribers:gte:5000,languages:any:en`. See https://reletter.com/developers/search-filters. | |
| per_page | No | Results per page, max 100. Default: 50. | |
| highlight | No | If true, the response includes a `highlight` field per issue with query matches wrapped in HTML <b> tags. | |
| threshold | No | Only return issues published within the last N seconds (max 1209600 = 14 days). | |
| publication_id | No | Scope results to a single publication by its Reletter ID. |