---
title: "Retrieve list of activations by parent segment"
method: GET
path: "/entities/parent_segments/{parentSegmentId}/syndications"
tags: ["Activations"]
---

# Retrieve list of activations by parent segment

`GET /entities/parent_segments/{parentSegmentId}/syndications`

Retrieve a list of activations based on a parent segment.
This endpoint returns a summary representation of each activation;
detail-only fields (e.g. executions, runStatus, schedule details) are
not included.

## Response `200`

Returns a list of Activations.

## Changes

- **2026-08-21** `24caa8eb809b` — 1 breaking, 6 warning, 2 info
  - the `data/items/attributes/syndicationBehaviors/items/` response's property type changed from `object` to no type for status `200`
  - removed the optional property `data/items/attributes/syndicationBehaviors/items/behaviorTableName` from the response with the `200` status
  - removed the optional property `data/items/attributes/syndicationBehaviors/items/columns` from the response with the `200` status
  - removed the optional property `data/items/attributes/syndicationBehaviors/items/formatting` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/treasure/apis/cdp-api/changes/entities/parent_segments/:parentSegmentId/syndications/get.md)

---

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