---
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.

---

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