---
title: "Get Comment Thread"
method: GET
path: "/v1/comment_thread/{comment_thread_id}"
tags: ["Comment"]
---

# Get Comment Thread

`GET /v1/comment_thread/{comment_thread_id}`

Retrieve a specific comment thread by its ID

## Path parameters

- `comment_thread_id` string, uuid, required

## Response `200`

Successfully retrieved the comment thread

- object
  - `metadata` object
  - `data` CommentThread
    - `publicId` string, uuid
    - `resolvedAt` string, date-time
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `resolver` User2
      - `name` string
    - `comments` Comment[]
      - `publicId` string, uuid
      - `commentText` string
      - `user` SummaryUser
        - `firebaseUserId` string
        - `publicId` string, uuid
        - `name` string
        - `email` string
        - `profilePicture` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
      - `deletedAt` string, date-time
      - `isOwner` unknown
    - `isCommentInitiator` unknown

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
