---
title: "Get a Data Plane Node Record"
method: GET
path: "/v2/control-planes/{controlPlaneId}/nodes/{nodeId}"
tags: ["DP Nodes"]
---

# Get a Data Plane Node Record

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

Retrieve a specific data plane node record associated to this control plane. A data plane node record contains all the metadata information of the Kong Gateway dataplane.

## Query parameters

- `size` integer
- `tags` string

## Response `200`

Example response

- object
  - `item` 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.

---

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