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

# List AI Gateway DataPlane Certificates

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

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

Returns a list of DataPlane certificates that are 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.

## Query parameters

- `page[size]` integer
- `page[after]` string

## Response `200`

Example response

- object
  - `data` AIGatewayDataPlaneClientCertificate[], required
    - `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.
  - `meta` CursorMeta, required — Pagination metadata.
    - `page` CursorMetaPage, required
      - `first` string, path — URI to the first page
      - `last` string, path — URI to the last page
      - `next` string, path, nullable, required — URI to the next page
      - `previous` string, path, nullable, required — URI to the previous page
      - `size` number, required — Requested page size

## 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/revisions/f920f418f552/schema)
