---
title: "List updated videos"
method: GET
path: "/v2/videos/updated"
tags: ["videos"]
---

# List updated videos

`GET /v2/videos/updated`

This endpoint lists videos that have been updated in the specified time period to update content management systems (CMS) or digital asset management (DAM) systems. In most cases, use the `interval` parameter to show videos that were updated recently, but you can also use the `start_date` and `end_date` parameters to specify a range of no more than three days. Do not use the `interval` parameter with either `start_date` or `end_date`.

## Query parameters

- `start_date` string, date-or-date-time
- `end_date` string, date-or-date-time
- `interval` string
- `page` integer
- `per_page` integer
- `sort` 'newest' | 'oldest'

## Response `200`

OK

- object — List of updated media
  - `data` object[] — Updated media items
    - `id` string, required — ID of the media
    - `updated_time` string, date-time, required — Date that the media was updated
    - `updates` string[], required — Types of updates that were made to the piece of media
  - `errors` object[] — Error list; appears only if there was an error
    - `code` string — The error code of this error
    - `data` string — Debugging information about the error
    - `items` object[] — A list of items that produced the error
    - `message` string, required — Specific details about this error
    - `path` string — Internal code reference to the source of the error
  - `message` string — Server-generated message, if any
  - `page` integer — Current page that is returned
  - `per_page` integer — Number of results per page
  - `total_count` integer — Total count of all results across all pages

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/versions/d2e03e7f655d/schema)
