---
title: "Changes to Get plan details"
method: GET
path: "/api/v1/plans/{plan_id}"
---

# Changes to Get plan details

`GET /api/v1/plans/{plan_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 17 of 54 revisions.

- **2026-08-12** (v1) `4e013b4e4a8f` — 8 breaking
- **2026-06-01** (v1) `07a61fe347a5` — 1 breaking, 1 warning
- **2026-05-28** (v1) `ed86d893d43e` — 1 breaking, 2 info
- **2026-05-18** (v1) `0cdc37620ffb` — 1 info
- **2026-03-31** (v1) `ee465c53a423` — 2 info
- **2026-03-27** (v1) `de35c02bb0d2` — 2 warning, 1 info
- **2026-03-20** (v1) `51c7018cc5ef` — 9 info
- **2026-02-19** (v1) `1bbd84c95e41` — 2 breaking, 2 info
- **2026-01-29** (v1) `6b81fb70c390` — 1 breaking, 6 info
- **2026-01-21** (v1) `9fba45d198be` — 2 info
- **2026-01-20** (v1) `665f680338b5` — 2 info
- **2025-12-17** (v1) `2244ec0dabe3` — 1 breaking, 2 info
- **2025-10-20** (v1) `aa51557e5c0b` — 1 breaking, 1 info
- **2025-10-17** (v1) `b03a38c9dbd4` — 1 breaking, 1 warning, 1 info
- **2025-10-13** (v1) `167a049d244e` — 1 breaking
- **2025-10-13** (v1) `70c1f38948d6` — 1 info
- **2025-07-09** (v1) `dece17f86f99` — 1 breaking

## Changes

- **2026-08-12** (v1) `4e013b4e4a8f` — 8 breaking
  - the response property `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing/oneOf[#/components/schemas/TieredPlanPricing]/tiers/items/flat_cap` became nullable for the status `200`
  - the response property `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing/oneOf[#/components/schemas/TieredPlanPricing]/tiers/items/flat_fee` became nullable for the status `200`
  - the response property `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing/oneOf[#/components/schemas/VolumePlanPricing]/tiers/items/flat_cap` became nullable for the status `200`
  - the response property `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing/oneOf[#/components/schemas/VolumePlanPricing]/tiers/items/flat_fee` became nullable for the status `200`
  - the response property `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing/oneOf[#/components/schemas/TieredPlanPricing]/tiers/items/flat_cap` became optional for the status `200`
  - the response property `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing/oneOf[#/components/schemas/TieredPlanPricing]/tiers/items/flat_fee` became optional for the status `200`
  - the response property `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing/oneOf[#/components/schemas/VolumePlanPricing]/tiers/items/flat_cap` became optional for the status `200`
  - the response property `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing/oneOf[#/components/schemas/VolumePlanPricing]/tiers/items/flat_fee` became optional for the status `200`
- **2026-06-01** (v1) `07a61fe347a5` — 1 breaking, 1 warning
  - removed the required property `entitlements/items/value/oneOf[#/components/schemas/MeteredEntitlementValue]/overage_behavior` from the response with the `200` status
  - removed the optional property `entitlements/items/value/oneOf[#/components/schemas/MeteredEntitlementValue]/warning_threshold_pct` from the response with the `200` status
- **2026-05-28** (v1) `ed86d893d43e` — 1 breaking, 2 info
  - added `#/components/schemas/BooleanEntitlementValue, #/components/schemas/MeteredEntitlementValue` to the `entitlements/items/value` response property `oneOf` list for the response status `200`
  - added discriminator to `entitlements/items/value` response property for the response status `200`
  - removed `subschema #1, subschema #2` from the `entitlements/items/value` response property `oneOf` list for the response status `200`
- **2026-05-18** (v1) `0cdc37620ffb` — 1 info
  - added the optional property `entitlements` to the response with the `200` status
- **2026-03-31** (v1) `ee465c53a423` — 2 info
  - response discriminator property name changed for `price_components/items/fee/oneOf[#/components/schemas/Fee]/` response property from `fee_type` to `type` for the response status `200`
  - response discriminator property name changed for `price_components/items/fee/oneOf[#/components/schemas/Fee]/oneOf[#/components/schemas/UsagePlanFee]/pricing` response property from `discriminator` to `type` for the response status `200`
- **2026-03-27** (v1) `de35c02bb0d2` — 2 warning, 1 info
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `401`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `404`
  - added the non-success response with the status `429`
- **2026-03-20** (v1) `51c7018cc5ef` — 9 info
  - added the new optional `query` request parameter `version`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `404`
  - removed the non-success response with the status `500`
  - added the optional property `billing_cycles` to the response with the `200` status
  - added the optional property `period_start_day` to the response with the `200` status
  - added the optional property `self_service_rank` to the response with the `200` status
  - added `CAPACITY, EXTRA_RECURRING, ONE_TIME, RATE, SLOT, USAGE` discriminator mapping keys to the `price_components/items/fee/oneOf[#/components/schemas/Fee]/` response property for the response status `200`
  - removed `capacity, extra_recurring, one_time, rate, slot, usage` discriminator mapping keys from the `price_components/items/fee/oneOf[#/components/schemas/Fee]/` response property for the response status `200`
- **2026-02-19** (v1) `1bbd84c95e41` — 2 breaking, 2 info
  - the response property `price_components/items/fee` became optional for the status `200`
  - added `#/components/schemas/Fee, subschema #1` to the `price_components/items/fee` response property `oneOf` list for the response status `200`
  - removed discriminator from `price_components/items/fee` response property for the response status `200`
  - removed `#/components/schemas/RatePlanFee, #/components/schemas/SlotPlanFee, #/components/schemas/CapacityPlanFee, #/components/schemas/UsagePlanFee, #/components/schemas/ExtraRecurringPlanFee, #/components/schemas/OneTimePlanFee` from the `price_components/items/fee` response property `oneOf` list for the response status `200`
- **2026-01-29** (v1) `6b81fb70c390` — 1 breaking, 6 info
  - added `#/components/schemas/PerUnitPlanPricing, #/components/schemas/TieredPlanPricing, #/components/schemas/VolumePlanPricing, #/components/schemas/PackagePlanPricing, #/components/schemas/MatrixPlanPricing` to the `price_components/items/fee/oneOf[#/components/schemas/UsagePlanFee]/pricing` response property `oneOf` list for the response status `200`
  - mapped value for discriminator key `MATRIX` changed from `#/components/schemas/MatrixPricing` to `#/components/schemas/MatrixPlanPricing` for `price_components/items/fee/oneOf[#/components/schemas/UsagePlanFee]/pricing` response property for the response status `200`
  - mapped value for discriminator key `PACKAGE` changed from `#/components/schemas/PackagePricing` to `#/components/schemas/PackagePlanPricing` for `price_components/items/fee/oneOf[#/components/schemas/UsagePlanFee]/pricing` response property for the response status `200`
  - mapped value for discriminator key `PER_UNIT` changed from `#/components/schemas/PerUnitPricing` to `#/components/schemas/PerUnitPlanPricing` for `price_components/items/fee/oneOf[#/components/schemas/UsagePlanFee]/pricing` response property for the response status `200`
  - mapped value for discriminator key `TIERED` changed from `#/components/schemas/TieredPricing` to `#/components/schemas/TieredPlanPricing` for `price_components/items/fee/oneOf[#/components/schemas/UsagePlanFee]/pricing` response property for the response status `200`
  - mapped value for discriminator key `VOLUME` changed from `#/components/schemas/VolumePricing` to `#/components/schemas/VolumePlanPricing` for `price_components/items/fee/oneOf[#/components/schemas/UsagePlanFee]/pricing` response property for the response status `200`
  - removed `#/components/schemas/PerUnitPricing, #/components/schemas/TieredPricing, #/components/schemas/VolumePricing, #/components/schemas/PackagePricing, #/components/schemas/MatrixPricing` from the `price_components/items/fee/oneOf[#/components/schemas/UsagePlanFee]/pricing` response property `oneOf` list for the response status `200`
- **2026-01-21** (v1) `9fba45d198be` — 2 info
  - api tag `Plans` added
  - api tag `Plan` removed
- **2026-01-20** (v1) `665f680338b5` — 2 info
  - api tag `Plan` added
  - api tag `plan` removed
- **2025-12-17** (v1) `2244ec0dabe3` — 1 breaking, 2 info
  - added `#/components/schemas/RatePlanFee, #/components/schemas/SlotPlanFee, #/components/schemas/CapacityPlanFee, #/components/schemas/UsagePlanFee, #/components/schemas/ExtraRecurringPlanFee, #/components/schemas/OneTimePlanFee` to the `price_components/items/fee` response property `oneOf` list for the response status `200`
  - added discriminator to `price_components/items/fee` response property for the response status `200`
  - removed `subschema #1, subschema #2, subschema #3, subschema #4, subschema #5, subschema #6` from the `price_components/items/fee` response property `oneOf` list for the response status `200`
- **2025-10-20** (v1) `aa51557e5c0b` — 1 breaking, 1 info
  - added `subschema #3, subschema #4` to the `price_components/items/fee` response property `oneOf` list for the response status `200`
  - removed `subschema #3, subschema #4` from the `price_components/items/fee` response property `oneOf` list for the response status `200`
- **2025-10-17** (v1) `b03a38c9dbd4` — 1 breaking, 1 warning, 1 info
  - added `subschema #1, subschema #2, subschema #5` to the `price_components/items/fee` response property `oneOf` list for the response status `200`
  - added the new `SEMIANNUAL` enum value to the `available_parameters/billing_periods/additionalProperties/items/` response property for the response status `200`
  - removed `subschema #1, subschema #2, subschema #5` from the `price_components/items/fee` response property `oneOf` list for the response status `200`
- **2025-10-13** (v1) `167a049d244e` — 1 breaking
  - for the `path` request parameter `plan_id`, the type/format was changed from `string`/`` to `string`/`MeteroidId`
- **2025-10-13** (v1) `70c1f38948d6` — 1 info
  - endpoint added
- **2025-07-09** (v1) `dece17f86f99` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/meteroid-oss/apis/meteroid/docs/api/v1/plans/:plan_id/get.md) · [API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [Page](https://skmtc.dev/meteroid-oss/apis/meteroid/changes/api/v1/plans/:plan_id/get)
