---
title: "Get all the videos in a group"
method: GET
path: "/groups/{group_id}/videos"
tags: ["Groups\\Videos"]
---

# Get all the videos in a group

`GET /groups/{group_id}/videos`

This method removes a single video from the specified group.

## Path parameters

- `group_id` number, required

## 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` — No videos have been added to this group since the given `If-Modified-Since` header.
- `404` — No such group 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/versions/ea882e0224a4/schema)
