---
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

- `filter` ProviderAccountsFilterParameters
  - `provider` CloudGatewaysStringFieldFilterOverride — Filter using **one** of the following operators: `eq`, `oeq`, `neq`, `contains`, `ocontains`
    - `eq` string — The field exactly matches the provided value.
    - `contains` string — The field contains the provided value.
    - `neq` string — The field does not match the provided value.
    - `oeq` string — The field matches any of the provided values.
    - `ocontains` string — The field contains any of the provided values.
- `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

## Changes

- **2026-04-17** `c80d57ed14ab` — 1 breaking
  - for the `query` request parameter `filter`, the type of property `provider` was specialized from no type to `object`
- **2026-02-18** `5c71c0f973d4` — 1 warning
  - added the new `gcp` enum value to the `data/items/provider` response property for the response status `200`
- **2025-10-23** `8ab3ec3ed301` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `3c0154b2053a` — 9 breaking
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …5 more

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v2/cloud-gateways/provider-accounts/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
