---
title: "List connected clouds"
method: GET
path: "/clouds"
---

# List connected clouds

`GET /clouds`

Returns a list of all the active clouds connected in your account

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

A list of clouds connected to your account

- object[]
  - `id` integer, required — The ID of the connected cloud in Aikido.
  - `name` string, required — A name for this cloud environment.
  - `provider` 'aws' | 'gcp' | 'azure', required — The provider of the connected cloud environment.
  - `environment` 'production' | 'staging' | 'development' | 'mixed', required — Indicates for what environment this cloud is responsible.
  - `external_id` string, required — The ID of the connected environment for the respective provider.

---

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