---
title: "Get all the replies to a video comment"
method: GET
path: "/videos/{video_id}/comments/{comment_id}/replies"
tags: ["Videos\\Comments"]
---

# Get all the replies to a video comment

`GET /videos/{video_id}/comments/{comment_id}/replies`

This method returns all the replies to the specified video comment.

## Path parameters

- `comment_id` number, required
- `video_id` number, required

## Query parameters

- `page` number
- `per_page` number

## Response `200`

The replies were returned.

## Other responses

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