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

# Gets a page of homepage thumbnails for a universe.

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

## Path parameters

- `universeId` integer, required

## Query parameters

- `limit` integer
- `nextCursor` string

## Response `200`

Success

- FindThumbnailsResponse — A page of homepage thumbnails for a universe.
  - `homepageThumbnails` HomepageThumbnail[], required — The homepage thumbnails in this page.
    - `homepageThumbnailId` string, required — The unique identifier of the homepage thumbnail.
    - `assetId` integer, required — The identifier of the image asset used by the thumbnail.
    - `moderationStatus` 'Reviewing' | 'Rejected' | 'Approved' | 'Unspecified', required — The moderation status of a homepage thumbnail's image asset.
    - `personalizedConfigStatus` 'Active' | 'Inactive', required — The lifecycle status of a thumbnail personalization configuration.
    - `homepageThumbnailStatus` 'Active' | 'Spammy', required — The availability status of a homepage thumbnail.
  - `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` — 4 breaking
  - 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`
  - removed the media type `application/json` for the response with the status `500`

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/thumbnail-personalization-api/v1/universes/:universeId/thumbnails/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)
