---
title: "Return a list of Realtime Personalization Services for the Audience"
method: GET
path: "/audiences/{audienceId}/realtime_personalization_services"
tags: ["Realtime Personalization"]
---

# Return a list of Realtime Personalization Services for the Audience

`GET /audiences/{audienceId}/realtime_personalization_services`

Return a list of Realtime Personalization Services for the Audience

## Query parameters

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

## Response `200`

A list of Realtime Key Events for the Audience

- object
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `public` boolean, required
    - `tokens` PartialRealtimeJourneyYamlRealtimePersonalizationServiceTokenAttributes[], required
      - `id` string, required
      - `name` string, required
      - `value` string, nullable, required — null when masked
      - `allowedIps` string[], required
    - `createdBy` User
      - `id` string
      - `td_user_id` string
      - `name` string
    - `updatedBy` User
      - `id` string
      - `td_user_id` string
      - `name` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `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)
