---
title: "Get all the videos that a user has uploaded"
method: GET
path: "/me/videos"
tags: ["Videos\\Essentials"]
---

# Get all the videos that a user has uploaded

`GET /me/videos`

This method returns all the videos that the authenticated user has uploaded.

## Query parameters

- `containing_uri` string
- `direction` 'asc' | 'desc'
- `filter` 'app_only' | 'embeddable' | 'featured' | 'playable'
- `filter_embeddable` boolean
- `filter_playable` boolean
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'comments' | 'date' | 'default' | 'duration' | 'last_user_action_event_date' | 'likes' | 'modified_time' | 'plays'

## Response `200`

The videos were returned.

## Other responses

- `304` — The authenticated user hasn't created any videos 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/versions/ea882e0224a4/schema)
