---
title: "Get a thread"
method: GET
path: "/api/v1/videos/{id}/comment-threads/{threadId}"
tags: ["Video Comments"]
---

# Get a thread

`GET /api/v1/videos/{id}/comment-threads/{threadId}`

## Path parameters

- `id` union, required
  - integer
  - string, uuid
  - string — translation of a uuid v4 with a bigger alphabet to have a shorter uuid
- `threadId` integer, required

## Response `200`

successful operation

- VideoCommentThreadTree
  - `children` VideoCommentThreadTree[]
  - `comment` VideoComment
    - `account` Account
      - `createdAt` string, date-time
      - `followersCount` integer — number of followers of this actor, as seen by this instance
      - `followingCount` integer — number of actors subscribed to by this actor, as seen by this instance
      - `host` string, hostname — server on which the actor is resident
      - `hostRedundancyAllowed` boolean — whether this actor's host allows redundancy of its videos
      - `id` integer
      - `name` string — immutable name of the user, used to find or mention its actor
      - `updatedAt` string, date-time
      - `url` string, url
      - `description` string — text or bio displayed on the account's profile
      - `displayName` string — editable name of the account, displayed in its representations
      - `userId` integer
    - `createdAt` string, date-time
    - `deletedAt` string, date-time, nullable
    - `id` integer
    - `inReplyToCommentId` integer
    - `isDeleted` boolean
    - `text` string, html — Text of the comment
    - `threadId` integer
    - `totalReplies` integer
    - `totalRepliesFromVideoAuthor` integer
    - `updatedAt` string, date-time
    - `url` string, url
    - `videoId` integer

---

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