Skip to content

Retrieve audience data

Request

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

curl -i -X GET \
  https://api-cdp.treasuredata.com/master_segments

Responses

Success

Bodyapplication/json
Array [
idstring
namestring
descriptionstring
populationnumber or null
updatedAtstring
updatedByobject(User)
matrixUpdatedAtstring or null
scheduleTypestring(ScheduleType)
Enum:"cron""daily""hourly""minutes_interval""monthly""none""weekly"
Example:"daily"
]
Response
[ { "id": "string", "name": "string", "description": "string", "population": 0, "updatedAt": "string", "updatedBy": {}, "matrixUpdatedAt": "string", "scheduleType": "daily" } ]