list_subscribers
List and filter Substack subscribers by 48 columns with AND logic, text search, sorting, and pagination. Returns total count matching filters regardless of limit, enabling quick segment sizing.
Instructions
List and filter the subscribers of your Substack publication. Supports the same 48 columns and operators as the Subscribers dashboard, combined with AND, plus free-text search, sorting and pagination. Returns count, the total matching the filters regardless of limit, so a call with limit 1 is a cheap way to size a segment. Engagement columns (email opens, post views, comments, shares, activity rating) can be filtered on here but are not part of the records this tool returns — use export_subscribers to read their values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many subscribers to return, 1-100, defaulting to 25. | |
| offset | No | How many subscribers to skip, for paging through a large segment. | |
| search | No | Free-text search over subscriber name and email. | |
| filters | No | Conditions to apply, combined with AND. The API supports no OR and no nesting, so anything needing OR has to be issued as separate calls. Omit to match every subscriber. | |
| sort_by | No | Column to sort by. Any filterable column works. | |
| sort_direction | No | Sort direction, defaulting to desc. |