---
title: "Retrieve audience data"
method: GET
path: "/master_segments"
tags: ["Parent Segments"]
---

# Retrieve audience data

`GET /master_segments`

Retrieve the audiences for which the current user can view its produced data e.g. segments, profiles, activations.

## Response `200`

Success

- object[]
  - `id` string
  - `name` string
  - `description` string
  - `population` number, nullable
  - `updatedAt` string
  - `updatedBy` User
    - `id` string
    - `td_user_id` string
    - `name` string
  - `matrixUpdatedAt` string, nullable
  - `scheduleType` 'cron' | 'daily' | 'hourly' | 'minutes_interval' | 'monthly' | 'none' | 'weekly'

---

[API](https://skmtc.net/treasure/apis/cdp-api.md) · [All operations](https://skmtc.net/treasure/apis/cdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/cdp-api/revisions/24caa8eb809b/schema)
