---
title: "Read content changes within time period"
method: GET
path: "/v5/products/content-changes"
tags: ["Products V5"]
---

# Read content changes within time period

`GET /v5/products/content-changes`

Read the content changes for all your product variations within a specific time period. You can also use this endpoint to read the content changes for more than one variation or if the sku value contains slash ('/') or dot ('.') characters, so that you cannot use the other endpoint with one dedicated sku value in the path. The resulting content changes will be paginated. The default page length is 100 entries per response, which also is the page size upper limit. The links specified in the result can be used to page through the total result space.

## Query parameters

- `sku` string[]
- `fromDate` string, date-time
- `page` integer
- `limit` integer

## Response `200`

successful operation

- ContentChangesApiResultProductsV5
  - `contentChanges` ContentChangeProductsV5[]
    - `sku` string
    - `ean` string
    - `productReference` string
    - `shopLink` string
    - `lastContentChange` string, date-time
  - `links` ContentChangesLinkProductsV5[] — a list of links that can be used for pagination.
    - `rel` 'self' | 'prev' | 'next' — link relation type
    - `href` string — the linked reference as URI

## Other responses

- `401` — The technical user could not be authenticated
- `403` — The technical user is not authorized to read content changes of the specified product variations. This may be the case, if the user has not the necessary role.
- `404` — The product variation with the specified sku value could not be found.

---

[API](https://skmtc.dev/otto/apis/otto-market-api.md) · [All operations](https://skmtc.dev/otto/apis/otto-market-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/otto/otto-market-api/revisions/b1bc133112bd/schema)
