---
title: "List DP Client Certificates"
method: GET
path: "/v2/control-planes/{controlPlaneId}/dp-client-certificates"
tags: ["DP Certificates"]
---

# List DP Client Certificates

`GET /v2/control-planes/{controlPlaneId}/dp-client-certificates`

Returns a list of pinned dataplane client certificates that are associated to this control plane. A pinned dataplane certificate allows dataplanes configured with the certificate and corresponding private key to establish connection with this control plane.

## Response `200`

Example response

- object
  - `items` DataPlaneClientCertificate[]
    - `id` string — Unique ID of the certificate entity.
    - `created_at` integer — Date certificate was created.
    - `updated_at` integer — Date certificate was last updated.
    - `cert` string — JSON escaped string of the certificate.
    - `title` string — Title of the certificate.
  - `page` object
    - `total_count` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Forbidden

## Changes

- **2026-06-23** `bb5e056b7c6d` — 1 warning, 1 info
  - removed the optional property `page/total` from the response with the `200` status
  - added the optional property `page/total_count` to the response with the `200` status
- **2026-05-15** `7b92511bab92` — 1 info
  - added the optional property `items/items/title` to the response with the `200` status
- **2025-08-22** `3c0154b2053a` — 4 breaking
  - the response property `items` became nullable for the status `200`
  - the response property `items/items/cert` became nullable for the status `200`
  - the response property `page` became nullable for the status `200`
  - the response property `page/total` became nullable for the status `200`
- **2025-07-01** `9a3d26a00088` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`

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