---
title: "Gets a page of thumbnail personalization configurations for a universe."
method: GET
path: "/thumbnail-personalization-api/v1/universes/{universeId}/personalization"
tags: ["Thumbnail Personalization"]
---

# Gets a page of thumbnail personalization configurations for a universe.

`GET /thumbnail-personalization-api/v1/universes/{universeId}/personalization`

## Path parameters

- `universeId` integer, required

## Query parameters

- `status` 'Active' | 'Inactive', required — The lifecycle status of a thumbnail personalization configuration.
- `limit` integer
- `cursor` string

## Response `200`

Success

- FindPersonalizedConfigsResponse — A page of thumbnail personalization configurations.
  - `personalizedConfigs` ThumbnailPersonalizedConfig[], required — The personalization configurations matching the requested universe and status.
    - `id` string, required — The unique identifier of the personalization configuration.
    - `personalizedConfigStatus` 'Active' | 'Inactive', required — The lifecycle status of a thumbnail personalization configuration.
    - `createdUtc` string, date-time, required — The UTC date and time when the configuration was created.
    - `thumbnails` PersonalizedThumbnail[], required — The homepage thumbnails included in the configuration.
      - `homepageThumbnailId` string, required — The unique identifier of the homepage thumbnail.
      - `assetId` integer, required — The identifier of the image asset used by the thumbnail.
      - `personalizedThumbnailStatus` 'Active' | 'Inactive', required — The status of a thumbnail within a personalization configuration.
      - `homepageThumbnailStatus` 'Active' | 'Spammy', required — The availability status of a homepage thumbnail.
    - `lastServedUtc` string, date-time, nullable — The UTC date and time when the configuration last served a thumbnail, when available.
  - `nextCursor` string, nullable — The cursor to use for the next page of results.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

## Changes

- **2026-09-03** `d9b4ae8b3380` — 5 breaking, 2 info
  - the `query` request parameter `status` became required
  - the response's body type changed from `object` to `string` for status `400`
  - the response's body type changed from `object` to `string` for status `401`
  - the response's body type changed from `object` to `string` for status `403`
  - …3 more

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/thumbnail-personalization-api/v1/universes/:universeId/personalization/get.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/3fe4a685dcbc?raw)
