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

# Get all the comments on a video

`GET /videos/{video_id}/comments`

This method returns all the comments on the specified video.

## Path parameters

- `video_id` number, required

## Query parameters

- `direction` 'asc' | 'desc'
- `page` number
- `per_page` number

## Response `200`

The comments were returned.

---

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