mailchimp_audiences_get_segments
Retrieve all segments for a Mailchimp audience using its list ID, with optional filtering by segment type, creation/update dates, and pagination to manage which records to return.
Instructions
Get all segments for a list/audience
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by segment type | |
| count | No | Number of records to return | |
| offset | No | Number of records to skip | |
| list_id | Yes | List/audience ID | |
| since_created_at | No | Filter segments created after (ISO 8601) | |
| since_updated_at | No | Filter segments updated after (ISO 8601) | |
| before_created_at | No | Filter segments created before (ISO 8601) | |
| before_updated_at | No | Filter segments updated before (ISO 8601) |