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

# Get a specific video comment

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

This method returns the specified comment on a video.

## Path parameters

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

## Response `200`

The comment was 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)
