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

# Get a specific video in a group

`GET /groups/{group_id}/videos/{video_id}`

This method returns a single video from a group. You can use this method to determine whether the video belongs to the group.

## Path parameters

- `group_id` number, required
- `video_id` number, required

## Response `200`

The video was returned.

## Other responses

- `404` — No such video or 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)
