---
title: "Changes to Get a Partial"
method: GET
path: "/v2/control-planes/{controlPlaneId}/core-entities/partials/{PartialId}"
---

# Changes to Get a Partial

`GET /v2/control-planes/{controlPlaneId}/core-entities/partials/{PartialId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 52 revisions.

- **2026-08-26** `72502a676a92` — 5 info
- **2026-06-26** `4a39c7f85509` — 3 breaking, 3 info
- **2026-04-24** `7d6a643707d9` — 1 breaking, 1 info
- **2026-01-13** `ad02b4e24eb2` — 2 info
- **2025-08-22** `96118a9cd7f4` — 6 breaking, 20 info
- **2025-08-12** `9ca62eba4eca` — 1 breaking, 3 info
- **2025-07-22** `2c77aeaee5fb` — 32 breaking
- **2025-05-21** `69704304ad5f` — 1 info

## Changes

- **2026-08-26** `72502a676a92` — 5 info
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_read_cost` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_write_cost` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_write_cost_list` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/context_window_factor` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/service_tier_factor` to the response with the `200` status
- **2026-06-26** `4a39c7f85509` — 3 breaking, 3 info
  - the `oneOf[#/components/schemas/PartialRedisCe]/config/port` response's property type changed from `integer` to `string` for status `200`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/port` response's property type changed from `integer` to `string` for status `200`
  - the `oneOf[#/components/schemas/PartialVectordb]/config/redis/port` response's property type changed from `integer` to `string` for status `200`
  - the `port` response's property default value changed from `6379` to `6379` for the status `200`
  - the `port` response's property default value changed from `6379` to `6379` for the status `200`
  - the `port` response's property default value changed from `6379` to `6379` for the status `200`
- **2026-04-24** `7d6a643707d9` — 1 breaking, 1 info
  - added `#/components/schemas/PartialVectordb, #/components/schemas/PartialEmbeddings, #/components/schemas/PartialModel` to the response body `oneOf` list for the response status `200`
  - added `embeddings, model, vectordb` mapping keys to the response discriminator for the response status `200`
- **2026-01-13** `ad02b4e24eb2` — 2 info
  - added the optional property `oneOf[#/components/schemas/PartialRedisCe]/config/cloud_authentication` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PartialRedisEe]/config/cloud_authentication` to the response with the `200` status
- **2025-08-22** `96118a9cd7f4` — 6 breaking, 20 info
  - the response property `oneOf[#/components/schemas/PartialRedisCe]/config/host` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/cluster_nodes` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/keepalive_backlog` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/sentinel_nodes` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/server_name` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/username` became nullable for the status `200`
  - the `cluster_max_redirections` response's property default value `5` was added for the status `200`
  - the `connect_timeout` response's property default value `2000` was added for the status `200`
  - the `connection_is_proxied` response's property default value `false` was added for the status `200`
  - the `database` response's property default value `0` was added for the status `200`
  - the `database` response's property default value `0` was added for the status `200`
  - the `host` response's property default value `127.0.0.1` was added for the status `200`
  - the `host` response's property default value `127.0.0.1` was added for the status `200`
  - the `ip` response's property default value `127.0.0.1` was added for the status `200`
  - the `keepalive_pool_size` response's property default value `256` was added for the status `200`
  - the `port` response's property default value `6379` was added for the status `200`
  - the `port` response's property default value `6379` was added for the status `200`
  - the `port` response's property default value `6379` was added for the status `200`
  - the `port` response's property default value `6379` was added for the status `200`
  - the `read_timeout` response's property default value `2000` was added for the status `200`
  - the `send_timeout` response's property default value `2000` was added for the status `200`
  - the `ssl` response's property default value `false` was added for the status `200`
  - the `ssl` response's property default value `false` was added for the status `200`
  - the `ssl_verify` response's property default value `false` was added for the status `200`
  - the `ssl_verify` response's property default value `false` was added for the status `200`
  - the `timeout` response's property default value `2000` was added for the status `200`
- **2025-08-12** `9ca62eba4eca` — 1 breaking, 3 info
  - added `#/components/schemas/PartialRedisCe, #/components/schemas/PartialRedisEe` to the response body `oneOf` list for the response status `200`
  - mapped value for key `redis-ce` changed from `#/components/schemas/PartialRedisCE` to `#/components/schemas/PartialRedisCe` from the response discriminator for the response status `200`
  - mapped value for key `redis-ee` changed from `#/components/schemas/PartialRedisEE` to `#/components/schemas/PartialRedisEe` from the response discriminator for the response status `200`
  - removed `#/components/schemas/PartialRedisCE, #/components/schemas/PartialRedisEE` from the response body `oneOf` list for the response status `200`
- **2025-07-22** `2c77aeaee5fb` — 32 breaking
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/database` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/host` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/password` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/port` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/server_name` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/ssl` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/ssl_verify` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/timeout` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/username` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/tags` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/cluster_max_redirections` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/cluster_nodes` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/connect_timeout` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/connection_is_proxied` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/database` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/host` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/keepalive_backlog` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/keepalive_pool_size` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/password` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/port` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/read_timeout` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/send_timeout` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_master` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_nodes` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_password` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_role` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_username` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/server_name` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/ssl` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/ssl_verify` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/username` became nullable for the status `200`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/tags` became nullable for the status `200`
- **2025-05-21** `69704304ad5f` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api/docs/v2/control-planes/:controlPlaneId/core-entities/partials/:PartialId/get.md) · [API](https://skmtc.dev/kong/apis/konnect-api.md) · [Page](https://skmtc.dev/kong/apis/konnect-api/changes/v2/control-planes/:controlPlaneId/core-entities/partials/:PartialId/get)
