# Retrieve audience data Retrieve the audiences for which the current user can view its produced data e.g. segments, profiles, activations. Endpoint: GET /master_segments Version: 1.0.0 ## Response 200 fields (application/json): - `id` (string) - `name` (string) - `description` (string) - `population` (number,null) - `updatedAt` (string) - `updatedBy` (object) - `updatedBy.td_user_id` (string) - `matrixUpdatedAt` (string,null) - `scheduleType` (string) Enum: "cron", "daily", "hourly", "minutes_interval", "monthly", "none", "weekly"