---
title: "List Provider Accounts"
method: GET
path: "/v2/cloud-gateways/provider-accounts"
tags: ["Provider Accounts"]
---

# List Provider Accounts

`GET /v2/cloud-gateways/provider-accounts`

Returns a paginated list of provider accounts linked to the organization. Filter by cloud provider to see accounts for a specific CSP.

## Query parameters

- `page[size]` integer
- `page[number]` integer

## Response `200`

A paginated list for a collection of provider accounts.

- object
  - `meta` PaginatedMeta, required — returns the pagination information
    - `page` PageMeta, required — Contains pagination query parameters and the total number of objects returned.
      - `number` number, required
      - `size` number, required
      - `total` number, required
  - `data` ProviderAccount[], required
    - `id` string, uuid, required
    - `provider` 'aws' | 'azure' | 'gcp', required — Name of cloud provider.
    - `provider_account_id` string, required — ID of the cloud provider account.
    - `created_at` string, date-time, required — An RFC-3339 timestamp representation of provider account creation date.
    - `updated_at` string, date-time, required — An RFC-3339 timestamp representation of provider account update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/kong/apis/konnect-api.md) · [All operations](https://skmtc.net/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api/versions/06734a9c491f/schema)
