List groups
mailerlite_list_groupsList subscriber groups/lists, optionally filtered by name. Page-paginated. MailerLite API: GET /groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name (→ filter[name]). | |
| page | No | Page number (page-based pagination). | |
| sort | No | Sort field, e.g. name, total, -total, created_at. | |
| limit | No | Max groups per page (default 25). |