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

# List End-of-Life Data Plane Node Records

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

Returns a list of records of data plane nodes, whose versions are approaching End of Full Support/End of Life, that are associated with this control plane. Each record contains a data plane node's id, version, and corresponding resolution message to upgrade to the closest Long Term Support version.

## Query parameters

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

## Response `200`

Example response

- object
  - `items` object[]
    - `node_id` string
    - `node_version` string
    - `message` string
  - `page` object
    - `total_count` integer

## 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
- **2025-08-22** `3c0154b2053a` — 6 breaking
  - the response property `items` became nullable for the status `200`
  - the response property `items/items/message` became nullable for the status `200`
  - the response property `items/items/node_id` became nullable for the status `200`
  - the response property `items/items/node_version` became nullable for the status `200`
  - …2 more

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