---
title: "Changes to Get a Zipkin plugin"
method: GET
path: "/v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#Zipkin"
---

# Changes to Get a Zipkin plugin

`GET /v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#Zipkin`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 14 of 52 revisions.

- **2026-06-11** `62c54f1094bb` — 1 info
- **2026-04-24** `7d6a643707d9` — 1 info
- **2025-10-29** `19e869275e28` — 1 breaking, 2 info
- **2025-08-22** `96118a9cd7f4` — 12 breaking, 23 info
- **2025-08-12** `9ca62eba4eca` — 1 breaking
- **2025-07-22** `2c77aeaee5fb` — 1 breaking
- **2025-06-17** `c308b7426a7c` — 1 breaking
- **2025-05-21** `69704304ad5f` — 1 info
- **2025-05-01** `351c07039f3c` — 5 warning
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 2 info
- **2025-03-05** `ceb048468954` — 3 breaking
- **2025-02-10** `d833d4dbb1fa` — 6 info
- **2024-11-11** `08ead66e9ebb` — 1 breaking, 15 info
- **2024-09-11** `be7c36317ba6` — 1 info

## Changes

- **2026-06-11** `62c54f1094bb` — 1 info
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required for the status `200`
- **2026-04-24** `7d6a643707d9` — 1 info
  - added the optional property `allOf[#/components/schemas/PluginBase]/condition` to the response with the `200` status
- **2025-10-29** `19e869275e28` — 1 breaking, 2 info
  - the `allOf[#/components/schemas/ZipkinPluginConfig]/name` response's property type changed from `string` to no type for status `200`
  - the `initial_retry_delay` response's property default value `0.01` was removed for the status `200`
  - the `sample_ratio` response's property default value `0.001` was removed for the status `200`
- **2025-08-22** `96118a9cd7f4` — 12 breaking, 23 info
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/default_service_name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/http_endpoint` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/http_response_header_for_traceid` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/propagation/clear` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/propagation/extract` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/propagation/inject` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/queue` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/queue/max_bytes` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/static_tags` became nullable for the status `200`
  - the `concurrency_limit` response's property default value `1` was added for the status `200`
  - the `connect_timeout` response's property default value `2000` was added for the status `200`
  - the `default_format` response's property default value `b3` was added for the status `200`
  - the `default_header_type` response's property default value `b3` was added for the status `200`
  - the `enabled` response's property default value `true` was added for the status `200`
  - the `header_type` response's property default value `preserve` was added for the status `200`
  - the `http_span_name` response's property default value `method` was added for the status `200`
  - the `include_credential` response's property default value `true` was added for the status `200`
  - the `initial_retry_delay` response's property default value `0.01` was added for the status `200`
  - the `local_service_name` response's property default value `kong` was added for the status `200`
  - the `max_batch_size` response's property default value `1` was added for the status `200`
  - the `max_coalescing_delay` response's property default value `1` was added for the status `200`
  - the `max_entries` response's property default value `10000` was added for the status `200`
  - the `max_retry_delay` response's property default value `60` was added for the status `200`
  - the `max_retry_time` response's property default value `60` was added for the status `200`
  - the `phase_duration_flavor` response's property default value `annotations` was added for the status `200`
  - the `propagation` response's property default value `{"default_format":"b3"}` was added for the status `200`
  - the `protocols` response's property default value `grpc, grpcs, http, https` was added for the status `200`
  - the `read_timeout` response's property default value `5000` was added for the status `200`
  - the `sample_ratio` response's property default value `0.001` was added for the status `200`
  - the `send_timeout` response's property default value `5000` was added for the status `200`
  - the `tags_header` response's property default value `Zipkin-Tags` was added for the status `200`
  - the `traceid_byte_count` response's property default value `16` was added for the status `200`
- **2025-08-12** `9ca62eba4eca` — 1 breaking
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/config/propagation/default_format` became optional for the status `200`
- **2025-07-22** `2c77aeaee5fb` — 1 breaking
  - the response property `allOf[#/components/schemas/PluginBase]/tags` became nullable for the status `200`
- **2025-06-17** `c308b7426a7c` — 1 breaking
  - the `allOf[#/components/schemas/ZipkinPluginConfig]/protocols` response's property format changed from no format to `set` for status `200`
- **2025-05-21** `69704304ad5f` — 1 info
  - added the optional property `allOf[#/components/schemas/PluginBase]/partials` to the response with the `200` status
- **2025-05-01** `351c07039f3c` — 5 warning
  - added the new `instana` enum value to the `allOf[#/components/schemas/ZipkinPluginConfig]/config/default_header_type` response property for the response status `200`
  - added the new `instana` enum value to the `allOf[#/components/schemas/ZipkinPluginConfig]/config/header_type` response property for the response status `200`
  - added the new `instana` enum value to the `allOf[#/components/schemas/ZipkinPluginConfig]/config/propagation/default_format` response property for the response status `200`
  - added the new `instana` enum value to the `allOf[#/components/schemas/ZipkinPluginConfig]/config/propagation/extract/items/` response property for the response status `200`
  - added the new `instana` enum value to the `allOf[#/components/schemas/ZipkinPluginConfig]/config/propagation/inject/items/` response property for the response status `200`
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 2 info
  - the response property `allOf[#/components/schemas/PluginBase]/created_at` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable for the status `200`
  - the response optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only for the status `200`
  - the response optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only for the status `200`
- **2025-03-05** `ceb048468954` — 3 breaking
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/consumer` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/route` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ZipkinPluginConfig]/service` became nullable for the status `200`
- **2025-02-10** `d833d4dbb1fa` — 6 info
  - added `#/components/schemas/PluginBase` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/Plugin` from the response body `allOf` list for the response status `200`
  - added the optional property `allOf[#/components/schemas/ZipkinPluginConfig]/consumer` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ZipkinPluginConfig]/protocols` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ZipkinPluginConfig]/route` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ZipkinPluginConfig]/service` to the response with the `200` status
- **2024-11-11** `08ead66e9ebb` — 1 breaking, 15 info
  - the `allOf[#/components/schemas/Plugin]/` response's property type changed from no type to `object` for status `200`
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer_group` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/created_at` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/enabled` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/id` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/instance_name` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/ordering` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/protocols` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/route` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/service` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/tags` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/updated_at` to the response with the `200` status
  - removed `#/components/schemas/PluginWithoutParents, subschema #2` from the `allOf[#/components/schemas/Plugin]/` response property `allOf` list for the response status `200`
  - added the required property `allOf[#/components/schemas/Plugin]/config` to the response with the `200` status
  - added the required property `allOf[#/components/schemas/Plugin]/name` to the response with the `200` status
- **2024-09-11** `be7c36317ba6` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api/docs/v2/control-planes/:controlPlaneId/core-entities/plugins/:PluginId#Zipkin/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/plugins/:PluginId#Zipkin/get)
