---
title: "Get a DataPlane Certificate"
method: GET
path: "/v1/ai-gateways/{gatewayId}/data-plane-certificates/{certificateId}"
tags: ["AI Gateway DataPlane Certificates"]
---

# Get a DataPlane Certificate

`GET /v1/ai-gateways/{gatewayId}/data-plane-certificates/{certificateId}`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Retrieve a DataPlane certificate associated to this AI Gateway. A DataPlane certificate allows DataPlanes configured with the certificate and corresponding private key to establish connection with this AI Gateway.

## Response `200`

Response body for retrieving a DataPlane certificate.

- AIGatewayDataPlaneClientCertificate — **Pre-release Feature** This feature is currently in beta and is subject to change.
  - `cert` string, required — JSON escaped string of the certificate.
  - `title` string, required — A human-readable name for the certificate.
  - `description` string — An optional description of the certificate.
  - `id` string, uuid, required — Contains a unique identifier used for this resource.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
  - `metadata` object — Metadata extracted from the certificate.
    - `subject` string — The certificate subject.
    - `issuer` string — The certificate issuer.
    - `san_names` string[] — Subject alternative names (deprecated).
    - `expiry` integer — Unix timestamp of certificate expiry.
    - `key_usages` string[] — Key usage types for the certificate.
    - `snis` string[] — Server Name Indications associated with the certificate.
    - `dns_names` string[] — DNS subject alternative names.
    - `email_addresses` string[] — Email subject alternative names.
    - `ip_addresses` string[] — IP subject alternative names.
    - `uris` string[] — URI subject alternative names.
    - `is_ca` boolean — Whether the certificate is a CA certificate.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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