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

# List all MTLS-auth credentials

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

List all MTLS-auth credentials

## Query parameters

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

## Response `200`

A successful response listing MTLS-auth credentials

- object
  - `data` MTLSAuth[]
    - `ca_certificate` object
      - `id` string
    - `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).
    - `subject_name` string, required
    - `tags` string[], nullable — A set of strings representing tags.
  - `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

---

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