---
title: "Returns a cloud by name"
method: GET
path: "/clouds/{cloudName}/"
tags: ["Clouds"]
---

# Returns a cloud by name

`GET /clouds/{cloudName}/`

## Path parameters

- `cloudName` string, required

## Response `200`

Cloud name

- Cloud
  - `name` string, required
  - `last_redefined` string

## Other responses

- `default` — Unexpected error

## Changes

- **2024-01-29** `73b6d82124fb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadsproject/apis/quads/changes/clouds/:cloudName/get.md)

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/c76dd64e9044/schema)
