---
title: "List all Basic-auth credentials"
method: GET
path: "/v2/control-planes/{controlPlaneId}/core-entities/basic-auths"
tags: ["Basic-auth credentials"]
---

# List all Basic-auth credentials

`GET /v2/control-planes/{controlPlaneId}/core-entities/basic-auths`

List all Basic-auth credentials

## Query parameters

- `size` integer
- `offset` string
- `tags` string

## Response `200`

A successful response listing Basic-auth credentials

- object
  - `data` BasicAuth[]
    - `consumer` object, nullable
      - `id` string
    - `created_at` integer, nullable — Unix epoch when the resource was created.
    - `id` string, nullable — A string representing a UUID (universally unique identifier).
    - `password` string, required
    - `tags` string[], nullable — A set of strings representing tags.
    - `username` string, required
  - `next` string — URI to the next page (may be null)
  - `offset` string — Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page

## Other responses

- `401` — Unauthorized

## Changes

- **2025-12-03** `581456e3279f` — 1 warning
  - the response required property `data/items/password` became not write-only for the status `200`
- **2025-10-23** `8ab3ec3ed301` — 1 info
  - the response required property `data/items/password` became write-only for the status `200`
- **2025-08-22** `3c0154b2053a` — 1 breaking
  - the response property `data` became nullable for the status `200`
- **2025-07-22** `76b0fefddb0d` — 1 breaking
  - the response property `data/items/tags` became nullable for the status `200`

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v2/control-planes/:controlPlaneId/core-entities/basic-auths/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)
