---
title: "Get Comments"
method: GET
path: "/api/v1/comments/{owner}/{repo}"
tags: ["comments"]
---

# Get Comments

`GET /api/v1/comments/{owner}/{repo}`

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ListCommentsResponse
  - `comments` Comment[], required
    - `id` string, uuid, required
    - `comment_by` string, uuid, nullable
    - `comment_on` string, uuid, required
    - `parent_id` string, uuid, nullable
    - `content` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `comment_by_name` string, nullable
    - `num_sub_comments` integer, required
    - `num_likes` integer, required
    - `liked_by_auth_user` boolean, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

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