---
title: "List Data Plane Node Records"
method: GET
path: "/v2/control-planes/{controlPlaneId}/nodes"
tags: ["DP Nodes"]
---

# List Data Plane Node Records

`GET /v2/control-planes/{controlPlaneId}/nodes`

Returns a list of data plane node records that are associated to this control plane. A data plane node record contains metadata information for the data plane running Kong Gateway.

## Query parameters

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

## Response `200`

Example response

- object
  - `items` object[]
    - `id` string
    - `version` string
    - `hostname` string
    - `last_ping` integer
    - `type` string
    - `created_at` integer
    - `updated_at` integer
    - `config_hash` string
    - `compatibility_status` object
      - `state` string
      - `issues` NodeCompatibilityIssue[]
        - `code` string — The compatibility issue code.
        - `severity` string — The severity of the issue.
        - `description` string — The description of the issue.
        - `resolution` string — Steps required to take in order to resolve the issue.
        - `affected_resources` NodeCompatibilityIssueAffectedResource[] — Details of the resources affected by the issue.
          - `id` string — ID of the affected resource.
          - `type` string — Type of the affected resource.
          - `parent_code` string — Parent Issue Code.
          - `details` string[] — Deatils of the affected resource.
        - `documentation_url` string — Doc URL for the compatibility issue.
  - `page` object
    - `total_count` integer
    - `next` string

---

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