---
title: "Get all the videos in an album"
method: GET
path: "/users/{user_id}/albums/{album_id}/videos"
tags: ["Albums\\Album videos"]
---

# Get all the videos in an album

`GET /users/{user_id}/albums/{album_id}/videos`

This method gets all the videos from the specified album.

## Path parameters

- `album_id` number, required
- `user_id` number, required

## Query parameters

- `containing_uri` string
- `direction` 'asc' | 'desc'
- `filter` 'embeddable'
- `filter_embeddable` boolean
- `page` number
- `password` string
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'comments' | 'date' | 'default' | 'duration' | 'likes' | 'manual' | 'modified_time' | 'plays'
- `weak_search` boolean

## Response `200`

The videos were returned.

## Other responses

- `404` — No such album exists.

---

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