List subscribers
subscribers_listReturns subscribers in the authenticated workspace, sorted from newest to oldest. Permission: subscribers:read. Pagination: use bounded pages and returned cursors. API reference: https://mailrith.com/developers/api-reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter subscribers by an exact subscriber email address. | ||
| limit | No | Maximum number of subscribers to return. Defaults to 25 and is capped at 100. | |
| search | No | Filter subscribers by name, email, or status. | |
| status | No | Filter subscribers by subscriber status. | |
| tag_id | No | Return subscribers that currently have this tag ID. Repeat `tag_id` or use `tag_ids` to match any of several tags. | |
| tag_ids | No | Comma-separated tag IDs. By default, the API returns subscribers who have any listed tag. | |
| cold_only | No | When `true`, return only cold subscribers. | |
| sequence_id | No | Return subscribers that match this sequence ID. Repeat `sequence_id` or use `sequence_ids` to match any of several sequences. | |
| sequence_ids | No | Comma-separated sequence IDs. By default, the API returns only subscribers who are active in any listed sequence. | |
| tag_operator | No | Controls how tag filters are applied. Defaults to `has_any_of`. | has_any_of |
| starting_after | No | Use the opaque cursor from the previous page to request the next page. | |
| sequence_operator | No | Controls how sequence filters are applied. Defaults to `is_active_in_any_of`. | is_active_in_any_of |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| response | No | ||
| request_id | Yes | The stable correlation ID for this MCP tool invocation. | |
| operation_id | Yes | The stable Mailrith public API operation ID. |