> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# comments_list

> Read comments. To read one issue's thread, filter on `issue.id.eq` with the issue's UUID from `issues_list` or `issue_get`.

<div className="tool-route"><span className="tool-row-method" data-method="POST">POST</span><code>{"https://api.linear.app/graphql"}</code></div>

```python linear_comments_list.py theme={null}
from charter.packs import linear

result = await linear.comments_list.ainvoke({})
```

<Note>
  Posts a GraphQL document to `POST /graphql`, as every tool in this pack does. Pages by cursor: `pageInfo.endCursor` is sent back as `variables.after`.
</Note>

## Body

<div className="reference-table">
  | Field       | Type                                                                                  | Description           |
  | ----------- | ------------------------------------------------------------------------------------- | --------------------- |
  | `variables` | [CommentsListVariables](/charter/charter/packs/linear/comments/objects#commentslistvariables) | Paging and filtering. |
</div>
