---
title: "Changes to Get price by lookup key"
method: GET
path: "/prices/lookup/{lookup_key}"
---

# Changes to Get price by lookup key

`GET /prices/lookup/{lookup_key}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 15 of 110 revisions.

- **2026-09-01** `e1d4e27b5677` — 1 info
- **2026-08-24** `9cd0dab91f5c` — 1 info
- **2026-08-24** `66536658bde6` — 1 info
- **2026-08-21** `d567e8585c2e` — 1 warning
- **2026-08-21** `edf928b9b745` — 2 info
- **2026-07-15** `f8ecf435d25d` — 3 warning, 1 info
- **2026-07-09** `646d6658479b` — 1 info
- **2026-07-09** `7d57386313c7` — 18 breaking, 25 warning, 17 info
- **2026-07-09** `4b1a811c4179` — 35 breaking, 16 warning, 25 info
- **2026-06-03** `7adf4f33ea1a` — 1 info
- **2026-05-18** `8ec2edea6b20` — 4 warning
- **2026-04-23** `2ead4d5de7c1` — 1 warning, 1 info
- **2026-04-10** `5856ed2fbdd6` — 1 warning, 1 info
- **2026-04-06** `95af41a12111` — 4 warning, 8 info
- **2026-03-02** `8ab89ff34fdc` — 1 info

## Changes

- **2026-09-01** `e1d4e27b5677` — 1 info
  - added the optional property `bucket_size` to the response with the `200` status
- **2026-08-24** `9cd0dab91f5c` — 1 info
  - added the optional property `plan/price_sync_status` to the response with the `200` status
- **2026-08-24** `66536658bde6` — 1 info
  - added the optional property `feature` to the response with the `200` status
- **2026-08-21** `d567e8585c2e` — 1 warning
  - removed the optional property `plan/price_sync_status` from the response with the `200` status
- **2026-08-21** `edf928b9b745` — 2 info
  - added the non-success response with the status `404`
  - added the optional property `plan/price_sync_status` to the response with the `200` status
- **2026-07-15** `f8ecf435d25d` — 3 warning, 1 info
  - added the new `ADDON` enum value to the `plan/credit_grants/items/scope` response property for the response status `200`
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
  - added the optional property `plan/credit_grants/items/addon_id` to the response with the `200` status
- **2026-07-09** `646d6658479b` — 1 info
  - the `billing_period_count` response's property default value `1` was removed for the status `200`
- **2026-07-09** `7d57386313c7` — 18 breaking, 25 warning, 17 info
  - the `entity_type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `invoice_cadence` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `metadata` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `meter/aggregation` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `meter/filters/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `meter/reset_usage` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `plan/credit_grants/items/metadata` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `plan/credit_grants/items/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `plan/metadata` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `plan/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `price_unit_tiers/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `price_unit_type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `pricing_unit/metadata` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `pricing_unit/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `tiers/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `transform_quantity` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `ADDON` enum value to the `entity_type` response property for the response status `200`
  - added the new `ADVANCE` enum value to the `invoice_cadence` response property for the response status `200`
  - added the new `ARREAR` enum value to the `invoice_cadence` response property for the response status `200`
  - added the new `BILLING_PERIOD` enum value to the `meter/reset_usage` response property for the response status `200`
  - added the new `COSTSHEET` enum value to the `entity_type` response property for the response status `200`
  - added the new `CUSTOM` enum value to the `price_unit_type` response property for the response status `200`
  - added the new `FIAT` enum value to the `price_unit_type` response property for the response status `200`
  - added the new `FIXED` enum value to the `type` response property for the response status `200`
  - added the new `NEVER` enum value to the `meter/reset_usage` response property for the response status `200`
  - added the new `PLAN` enum value to the `entity_type` response property for the response status `200`
  - added the new `PRICE` enum value to the `entity_type` response property for the response status `200`
  - added the new `SUBSCRIPTION` enum value to the `entity_type` response property for the response status `200`
  - added the new `USAGE` enum value to the `type` response property for the response status `200`
  - added the new `archived` enum value to the `plan/credit_grants/items/status` response property for the response status `200`
  - added the new `archived` enum value to the `plan/status` response property for the response status `200`
  - added the new `archived` enum value to the `pricing_unit/status` response property for the response status `200`
  - added the new `archived` enum value to the `status` response property for the response status `200`
  - added the new `deleted` enum value to the `plan/credit_grants/items/status` response property for the response status `200`
  - added the new `deleted` enum value to the `plan/status` response property for the response status `200`
  - added the new `deleted` enum value to the `pricing_unit/status` response property for the response status `200`
  - added the new `deleted` enum value to the `status` response property for the response status `200`
  - added the new `published` enum value to the `plan/credit_grants/items/status` response property for the response status `200`
  - …20 more
- **2026-07-09** `4b1a811c4179` — 35 breaking, 16 warning, 25 info
  - the `created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `end_date` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `entity_type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `group/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `group/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `invoice_cadence` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `metadata` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `meter/aggregation` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `meter/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `meter/filters/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `meter/reset_usage` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `meter/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `plan/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `plan/credit_grants/items/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `plan/credit_grants/items/credit_grant_anchor` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `plan/credit_grants/items/end_date` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `plan/credit_grants/items/metadata` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `plan/credit_grants/items/start_date` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `plan/credit_grants/items/status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `plan/credit_grants/items/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `plan/metadata` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `plan/status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `plan/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `price_unit_tiers/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `price_unit_type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `pricing_unit/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `pricing_unit/metadata` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `pricing_unit/status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `pricing_unit/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `start_date` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `tiers/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `transform_quantity` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - removed the optional property `meter/aggregation/bucket_size` from the response with the `200` status
  - removed the optional property `meter/aggregation/expression` from the response with the `200` status
  - removed the optional property `meter/aggregation/field` from the response with the `200` status
  - removed the optional property `meter/aggregation/group_by` from the response with the `200` status
  - removed the optional property `meter/aggregation/multiplier` from the response with the `200` status
  - …36 more
- **2026-06-03** `7adf4f33ea1a` — 1 info
  - added the optional property `sequence` to the response with the `200` status
- **2026-05-18** `8ec2edea6b20` — 4 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `too_many_requests` enum value to the `code` response property for the response status `400`
  - added the new `too_many_requests` enum value to the `code` response property for the response status `500`
- **2026-04-23** `2ead4d5de7c1` — 1 warning, 1 info
  - removed the optional property `trial_period` from the response with the `200` status
  - added the optional property `trial_period_days` to the response with the `200` status
- **2026-04-10** `5856ed2fbdd6` — 1 warning, 1 info
  - added the new `ONETIME` enum value to the `billing_period` response property for the response status `200`
  - removed the `ONETIME` enum value from the `billing_cadence` response property for the response status `200`
- **2026-04-06** `95af41a12111` — 4 warning, 8 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `success` from the response with the `400` status
  - removed the optional property `success` from the response with the `500` status
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `500` status
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `http_status_code` to the response with the `400` status
  - added the optional property `http_status_code` to the response with the `500` status
  - added the optional property `message` to the response with the `400` status
  - added the optional property `message` to the response with the `500` status
- **2026-03-02** `8ab89ff34fdc` — 1 info
  - added the optional property `meter/aggregation/expression` to the response with the `200` status

---

[Operation](https://skmtc.dev/flexprice/apis/flexprice-api/docs/prices/lookup/:lookup_key/get.md) · [API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [Page](https://skmtc.dev/flexprice/apis/flexprice-api/changes/prices/lookup/:lookup_key/get)
