# 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.id` (string)

  - `updatedBy.td_user_id` (string)

  - `updatedBy.name` (string)

  - `matrixUpdatedAt` (string,null)

  - `scheduleType` (string)
    Enum: "cron", "daily", "hourly", "minutes_interval", "monthly", "none", "weekly"


