Skip to main content
GET
/
api
/
v1
/
comments
/
{owner}
/
{repo}
Error
A valid request URL is required to generate request examples
{
  "comments": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "comment_on": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "content": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "num_sub_comments": 123,
      "num_likes": 123,
      "comment_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "comment_by_name": "<string>",
      "liked_by_auth_user": true
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

owner
string
required
repo
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

comments
Comment · object[]
required
total
integer
required