---
title: "Get Primary Thumbnail"
method: GET
path: "/landscapes/{landscapeId}/thumbnails/primary"
tags: ["Landscape"]
---

# Get Primary Thumbnail

`GET /landscapes/{landscapeId}/thumbnails/primary`

## Path parameters

- `landscapeId` string, required

## Response `200`

OK

- object
  - `thumbnail` DiagramThumbnail, required
    - `createdAt` string, date-time, required
    - `expires` string, date-time, required
    - `handleId` string, required
    - `id` string, required
    - `index` number, required
    - `modelId` string, required
    - `name` string, required
    - `type` 'app-diagram' | 'component-diagram' | 'context-diagram', required
    - `updatedAt` string, date-time, required
    - `url` string, uri, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server

## Changes

- **2026-06-03** `181c90adca5e` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/landscapes/:landscapeId/thumbnails/primary/get.md)

---

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