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

---

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