---
title: "List cloud accounts"
method: GET
path: "/tenants/{tenant_id}/cloud_accounts"
tags: ["Cloud Accounts"]
---

# List cloud accounts

`GET /tenants/{tenant_id}/cloud_accounts`

Returns the tenant's registered cloud accounts.

## Path parameters

- `tenant_id` integer, required

## Query parameters

- `page` integer, nullable
- `results` integer, nullable
- `name` string
- `cloud` string, nullable
- `region` string, nullable

## Response `200`

Paged cloud accounts

- PagedCloudAccountInfo
  - `items` object[], required
    - `account_id` string, required
    - `cloud` 'aws' | 'gcp', required — Supported managed cloud provider. Only `aws` and `gcp` are accepted on the public API.
    - `created_at` string, date-time, required — Resource creation timestamp (RFC 3339 UTC).
    - `id` integer, required
    - `name` string, required
    - `region` string
    - `status` 'inactive' | 'active' | 'locked' | 'deleted', required
    - `updated_at` string, date-time, required — Resource last-update timestamp (RFC 3339 UTC).
    - `validated_at` string, date-time, nullable — Validation timestamp (RFC 3339 UTC).
  - `page` integer, required
  - `total_pages` integer, required
  - `total_results` integer, required

## Other responses

- `403` — Insufficient permissions

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
