---
title: "Check if a user has added a specific video to their Watch Later queue"
method: GET
path: "/users/{user_id}/watchlater/{video_id}"
tags: ["Watch Later Queue\\Essentials"]
---

# Check if a user has added a specific video to their Watch Later queue

`GET /users/{user_id}/watchlater/{video_id}`

This method checks the specified user's Watch Later queue for a particular video.

## Path parameters

- `user_id` number, required
- `video_id` number, required

## Response `200`

The video appears in the user's Watch Later queue.

## Other responses

- `404` — The video doesn't appear in the user's Watch Later queue.

---

[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)
