---
title: "Changes to Get feed"
method: GET
path: "/catalogs/feeds/{feed_id}"
---

# Changes to Get feed

`GET /catalogs/feeds/{feed_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 29 revisions.

- **2026-06-04** (v5) `b698c180678a` — 46 info
- **2025-04-04** (v5) `10f9eba4ad97` — 2 info
- **2024-08-14** (v5) `89c27ed39cfd` — 10 info
- **2024-04-23** (v5) `f9321315766f` — 1 breaking, 2 warning, 1 info
- **2023-08-17** (v5) `0ff12596bafd` — 1 breaking, 2 info
- **2023-02-14** (v5) `be19b77aa78a` — 1 warning
- **2022-11-14** (v5) `e041d7b0cef0` — 1 info
- **2022-04-12** (v5) `723c51158044` — 1 breaking
- **2022-04-08** (v5) `33ec8e7421c7` — 1 warning
- **2022-04-08** (v5) `c561dee8c137` — 1 info

## Changes

- **2026-06-04** (v5) `b698c180678a` — 46 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`
  - added the optional property `oneOf[subschema #1: catalogs_retail_feed]/credentials` to the response with the `200` status
  - added the optional property `oneOf[subschema #1: catalogs_retail_feed]/default_availability` to the response with the `200` status
  - added the optional property `oneOf[subschema #1: catalogs_retail_feed]/default_currency` to the response with the `200` status
  - added the optional property `oneOf[subschema #1: catalogs_retail_feed]/preferred_processing_schedule` to the response with the `200` status
  - added the optional property `oneOf[subschema #2: catalogs_hotel_feed]/credentials` to the response with the `200` status
  - added the optional property `oneOf[subschema #2: catalogs_hotel_feed]/default_currency` to the response with the `200` status
  - added the optional property `oneOf[subschema #2: catalogs_hotel_feed]/preferred_processing_schedule` to the response with the `200` status
  - added the optional property `oneOf[subschema #3: catalogs_creative_assets_feed]/credentials` to the response with the `200` status
  - added the optional property `oneOf[subschema #3: catalogs_creative_assets_feed]/default_currency` to the response with the `200` status
  - added the optional property `oneOf[subschema #3: catalogs_creative_assets_feed]/preferred_processing_schedule` to the response with the `200` status
  - removed `#/components/schemas/CatalogsDbItem, subschema #2: feed_fields` from the `oneOf[subschema #1: catalogs_retail_feed]/` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/CatalogsDbItem, subschema #2: feed_fields` from the `oneOf[subschema #2: catalogs_hotel_feed]/` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/CatalogsDbItem, subschema #2: feed_fields` from the `oneOf[subschema #3: catalogs_creative_assets_feed]/` response property `allOf` list for the response status `200`
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/catalog_type` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/created_at` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/default_country` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/default_locale` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/format` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/id` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/location` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/name` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/status` to the response with the `200` status
  - added the required property `oneOf[subschema #1: catalogs_retail_feed]/updated_at` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/catalog_id` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/catalog_type` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/created_at` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/default_locale` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/format` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/id` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/location` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/name` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/status` to the response with the `200` status
  - added the required property `oneOf[subschema #2: catalogs_hotel_feed]/updated_at` to the response with the `200` status
  - added the required property `oneOf[subschema #3: catalogs_creative_assets_feed]/catalog_id` to the response with the `200` status
  - added the required property `oneOf[subschema #3: catalogs_creative_assets_feed]/catalog_type` to the response with the `200` status
  - added the required property `oneOf[subschema #3: catalogs_creative_assets_feed]/created_at` to the response with the `200` status
  - added the required property `oneOf[subschema #3: catalogs_creative_assets_feed]/default_country` to the response with the `200` status
  - added the required property `oneOf[subschema #3: catalogs_creative_assets_feed]/default_locale` to the response with the `200` status
  - …6 more
- **2025-04-04** (v5) `10f9eba4ad97` — 2 info
  - api tag `catalog_feeds` added
  - api tag `catalogs` removed
- **2024-08-14** (v5) `89c27ed39cfd` — 10 info
  - the endpoint scheme security `client_credentials` was added to the API
  - the response property `oneOf[subschema #1: catalogs_retail_feed]/allOf[subschema #1: db_item]/created_at` became required for the status `200`
  - the response property `oneOf[subschema #1: catalogs_retail_feed]/allOf[subschema #1: db_item]/id` became required for the status `200`
  - the response property `oneOf[subschema #1: catalogs_retail_feed]/allOf[subschema #1: db_item]/updated_at` became required for the status `200`
  - the response property `oneOf[subschema #2: catalogs_hotel_feed]/allOf[subschema #1: db_item]/created_at` became required for the status `200`
  - the response property `oneOf[subschema #2: catalogs_hotel_feed]/allOf[subschema #1: db_item]/id` became required for the status `200`
  - the response property `oneOf[subschema #2: catalogs_hotel_feed]/allOf[subschema #1: db_item]/updated_at` became required for the status `200`
  - the response property `oneOf[subschema #3: catalogs_creative_assets_feed]/allOf[subschema #1: db_item]/created_at` became required for the status `200`
  - the response property `oneOf[subschema #3: catalogs_creative_assets_feed]/allOf[subschema #1: db_item]/id` became required for the status `200`
  - the response property `oneOf[subschema #3: catalogs_creative_assets_feed]/allOf[subschema #1: db_item]/updated_at` became required for the status `200`
- **2024-04-23** (v5) `f9321315766f` — 1 breaking, 2 warning, 1 info
  - added `#/components/schemas/CatalogsCreativeAssetsFeed` to the response body `oneOf` list for the response status `200`
  - added the new `CREATIVE_ASSETS` enum value to the `oneOf[subschema #1: catalogs_retail_feed]/allOf[subschema #2: feed_fields]/catalog_type` response property for the response status `200`
  - added the new `CREATIVE_ASSETS` enum value to the `oneOf[subschema #2: catalogs_hotel_feed]/allOf[subschema #2: feed_fields]/catalog_type` response property for the response status `200`
  - added `CREATIVE_ASSETS` mapping keys to the response discriminator for the response status `200`
- **2023-08-17** (v5) `0ff12596bafd` — 1 breaking, 2 info
  - added `#/components/schemas/CatalogsRetailFeed, #/components/schemas/CatalogsHotelFeed` to the response body `oneOf` list for the response status `200`
  - removed `#/components/schemas/CatalogsDbItem, subschema #2: feed_fields` from the response body `allOf` list for the response status `200`
  - added response discriminator for the response status `200`
- **2023-02-14** (v5) `be19b77aa78a` — 1 warning
  - added the new `CN` enum value to the `allOf[subschema #2: feed_fields]/default_country` response property for the response status `200`
- **2022-11-14** (v5) `e041d7b0cef0` — 1 info
  - added the new optional `query` request parameter `ad_account_id`
- **2022-04-12** (v5) `723c51158044` — 1 breaking
  - added the new path request parameter `feed_id`
- **2022-04-08** (v5) `33ec8e7421c7` — 1 warning
  - deleted the `path` request parameter `feed_id`
- **2022-04-08** (v5) `c561dee8c137` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/pinterest/apis/pinterest-rest-api/docs/catalogs/feeds/:feed_id/get.md) · [API](https://skmtc.dev/pinterest/apis/pinterest-rest-api.md) · [Page](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/catalogs/feeds/:feed_id/get)
