---
title: "Get personalized personas for a page"
method: GET
path: "/api/v1/page/{pageId}/personas"
tags: ["Page"]
---

# Get personalized personas for a page

`GET /api/v1/page/{pageId}/personas`

Returns a paginated list of personas with a flag indicating whether each persona has been customized (personalized) on the specified page. Useful for identifying which personas have page-specific content variations.

## Path parameters

- `pageId` string, required

## Query parameters

- `filter` string
- `page` integer
- `per_page` integer
- `orderby` string
- `direction` string
- `hostId` string
- `respectFrontEndRoles` boolean

## Response `200`

Personas with personalization flags retrieved successfully

- ResponseEntityListPersonalizationPersonaPageView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` PersonalizationPersonaPageView[]
    - `pageId` string
    - `persona` object
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `401` — Authentication required
- `403` — User does not have required permissions
- `404` — Page not found

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
