---
title: "List"
method: GET
path: "/organizations/{organizationId}/landscapes"
tags: ["Organization Landscapes"]
---

# List

`GET /organizations/{organizationId}/landscapes`

## Path parameters

- `organizationId` string, required

## Response `200`

OK

- object
  - `landscapes` Landscape[], required
    - `name` string, required
    - `scheduledVersions` boolean, required
    - `organizationId` string, required
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `id` 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
- `429` — Resource Exhausted
- `500` — Internal Server

---

[API](https://skmtc.net/icepanel/apis/icepanel-api.md) · [All operations](https://skmtc.net/icepanel/apis/icepanel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/icepanel/icepanel-api/versions/e9ab2ff0f435/schema)
