---
title: "Get thumbnails for all sites"
method: GET
path: "/api/v1/site/thumbnails"
tags: ["Site"]
---

# Get thumbnails for all sites

`GET /api/v1/site/thumbnails`

Returns a list of all sites with their thumbnail information, including hostId, hostInode, hostName, hasThumbnail flag, and tagStorage. The system site is excluded from results.

## Response `200`

Site thumbnails retrieved successfully

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

## Other responses

- `403` — User does not have permission to access sites
- `500` — Internal server error

---

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