---
title: "Get providers"
method: GET
path: "/providers"
tags: ["providers"]
---

# Get providers

`GET /providers`

Returns all the provider resources that the caller is authorized to view.

## Response `200`

An array of providers.

- Provider[]
  - `created` string — An iso8601 formatted timestamp
  - `href` string — Resource identifier for the provider, must be a URL encoded string.
  - `name` string
  - `type` 'aliyun' | 'aws' | 'centurylink' | 'cloudsigma' | 'google' — Type of the cloud provider.
  - `links` ProviderAttributes — Provider attributes that represent cloud provider attributes and may be queried via the API.

---

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