---
title: "Get all the videos in a user's Watch Later queue"
method: GET
path: "/me/watchlater"
tags: ["Watch Later Queue\\Essentials"]
---

# Get all the videos in a user's Watch Later queue

`GET /me/watchlater`

This method gets all the videos from the specified user's Watch Later queue.

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'embeddable'
- `filter_embeddable` boolean
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'comments' | 'date' | 'duration' | 'likes' | 'plays'

## Response `200`

The videos were returned.

## Other responses

- `304` — The user hasn't added any videos to their Watch Later queue since the given `If-Modified-Since` header.

---

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