---
title: "Get all the videos that a user has watched"
method: GET
path: "/me/watched/videos"
tags: ["Users\\Watch history"]
---

# Get all the videos that a user has watched

`GET /me/watched/videos`

Information about this method appears below.

**NOTE:** This endpoint is deprecated. Any request to it returns empty data with HTTP status code 200.

## Query parameters

- `page` number
- `per_page` number

## Response `200`

The videos were returned.

## Other responses

- `403` — The authenticated user can't view another user's watch history.

## Changes

- **2026-07-13** `ea882e0224a4` — 3 info
  - added the optional property `items/metadata/connections/versions/resource_key` to the response with the `200` status
  - added the required property `items/metadata/connections/available_albums` to the response with the `200` status
  - added the required property `items/metadata/connections/available_channels` to the response with the `200` status
- **2019-04-05** `0c896426684d` — 2 info
  - api tag `Users\Watch history` added
  - api tag `Users\Watch History` removed
- **2019-03-29** `d66f7a79837f` — 1 info
  - added the required property `items/type` to the response with the `200` status
- **2019-02-22** `0aaf609c3dbf` — 1 info
  - added the optional property `items/password` to the response with the `200` status
- **2019-01-11** `89b756668a1e` — 2 info
  - added `#/components/schemas/project` to the `items/parent_folder` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/folder` from the `items/parent_folder` response property `allOf` list for the response status `200`

[Full history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/watched/videos/get.md)

---

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