---
title: "List all the clouds associated with this company."
method: GET
path: "/api/v2/companies/{id}/clouds"
tags: ["Company Digital Footprint"]
---

# List all the clouds associated with this company.

`GET /api/v2/companies/{id}/clouds`

List all the clouds associated with this company.

## Path parameters

- `id` integer, required

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100 | 250
- `status` 'active' | 'inactive'
- `query` string

## Response `200`

Success

- CompanyCloud
  - `CloudProviderId` integer — The cloud provider id to be added.
  - `CompanySubdomain` string — The company subdomain to be added.
  - `CloudSubdomain` string — The cloud subdomain to be added.
  - `IPAddress` string, nullable — The IP address associated with the cloud asset (if reachable).
  - `StatusCode` string, nullable — HTTP status code for the request sent to the cloud.
  - `CloudService` string, nullable — The cloud service to be added. Cloud service value should be 'Amazon EC2', 'Amazon S3', 'Amazon CloudFront', 'AWS Global Accelerator', 'AWS EBS (Elastic Block Store)', 'AWS Kinesis Video Streams', 'AWS Elastic Beanstalk', 'Amazon ELB (Elastic Load Balancing)', 'Amazon AWS', 'Amazon RDS', 'Amazon Route 53', 'AWS Lambda', 'Amazon Lightsail', 'Amazon Redshift', 'Amazon VPC', 'AWS Auto Scaling', 'AWS Fargate', 'Amazon Lightsail', 'Google Compute Engine (GCE)', 'Google Cloud Storage (GCS)', 'Google Cloud CDN', 'Google App Engine', 'Google Firebase', 'Google Cloud Run', 'Google Cloud Platform (GCP)', 'Google Kubernetes Engine (GKE)', 'Google Cloud SQL', 'Google BigQuery', 'Google Cloud Functions', 'Google Cloud DNS', 'Google Cloud Pub/Sub', 'Google VPC', 'Google Cloud Functions', 'Google Cloud IAM', 'Google Cloud Bigtable', 'Google Cloud Spanner', 'Azure Virtual Machines', 'Azure Blob Storage', 'Azure Content Delivery Network (CDN)', 'Azure App Service/Functions/Logic Apps', 'Azure SQL Database', 'Azure Cosmos DB', 'Azure API Management', 'Azure Data Lake', 'Azure Service Bus/Event Hubs', 'Azure DevOps', 'Azure Storage Accounts', 'Azure Media Services', 'Azure Redis Cache', 'Azure SignalR', 'Azure', 'Azure VMs', 'Azure Kubernetes Service'
  - `HasSslTlsSupport` boolean — True if an SSL/TLS is supported on the cloud.
  - `IsManuallyAdded` boolean — True if added manually through the API or manually through the portal.
  - `Status` 'Active' | 'Inactive' — Active (included) or inactive (excluded)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

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