---
title: "List comments on videos"
method: GET
path: "/feeds/video-comments.{format}"
tags: ["Video Feeds"]
---

# List comments on videos

`GET /feeds/video-comments.{format}`

## Path parameters

- `format` 'xml' | 'rss' | 'rss2' | 'atom' | 'atom1' | 'json' | 'json1', required

## Query parameters

- `videoId` string
- `accountId` string
- `accountName` string
- `videoChannelId` string
- `videoChannelName` string

## Response `204`

successful operation

- object

## Other responses

- `400` — Arises when: - videoId filter is mixed with a channel filter
- `404` — video, video channel or account not found
- `406` — accept header unsupported

---

[API](https://skmtc.net/cpy/apis/peertube.md) · [All operations](https://skmtc.net/cpy/apis/peertube/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpy/peertube/revisions/efe11b159e43/schema)
