---
title: "List"
method: GET
path: "/landscapes/{landscapeId}/versions"
tags: ["Versions"]
---

# List

`GET /landscapes/{landscapeId}/versions`

## Path parameters

- `landscapeId` string, required

## Query parameters

- `filter` VersionFilter
  - `name` string
  - `tag` union
    - string
    - string[]
- `cursor` string
- `limit` number

## Response `200`

OK

- object
  - `nextCursor` string
  - `versions` Version[], required
    - `modelHandleId` string, nullable, required
    - `name` string, required
    - `notes` string, required
    - `completedAt` string, date-time
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `id` string, required
    - `landscapeId` string, required
    - `tags` string[], required
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required

## Other responses

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

## Changes

- **2026-07-22** `0fe4f00b60cf` — 1 info
  - added the non-success response with the status `429`
- **2026-06-03** `181c90adca5e` — 1 breaking, 6 info
  - removed the required property `versions/items/diagramHandleIds` from the response with the `200` status
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `filter`
  - added the new optional `query` request parameter `limit`
  - …3 more

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/landscapes/:landscapeId/versions/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-service-production.skmtc.workers.dev/v1/apis/icepanel/icepanel-api/revisions/a8ce98f67129/schema)
