---
title: "Retrieve a list of realtime activations under the Parent Segment"
method: GET
path: "/entities/parent_segments/{parentSegmentId}/realtime_activations"
tags: ["Realtime Journeys"]
---

# Retrieve a list of realtime activations under the Parent Segment

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

Retrieve a list of realtime activations under the Parent Segment

## Query parameters

- `page[size]` number
- `page[after]` string

## Response `200`

Returns a list of realtime activations under the Parent Segment

- object
  - `data` object[], required
    - `id` string
    - `type` 'realtime-journey-activation-step'
    - `attributes` object
      - `name` string
      - `description` string, nullable
      - `stepUuid` string
      - `connectionId` string, required
      - `connectorType` string, required
      - `connector` PartialRealtimeJourneyYamlRealtimeActivationParameters, required
        - `exportJson` string, nullable
        - `exportAdvancedJson` string, nullable
      - `realtimeJourneyId` string
      - `realtimeJourneyStageId` string, nullable — null until used in the RT Journey
  - `pagination` object, required
    - `nextPage` string, nullable, required — The path part of URL of the next page

---

[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)
