> ## 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.

# notifications_get_thread

> Get one notification thread: what it concerns, and the `reason` you were notified.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.github.com/notifications/threads/{threadId}"}</code></div>

```python github_notifications_get_thread.py theme={null}
from charter.packs import github

result = await github.notifications_get_thread.ainvoke({"threadId": ...})
```

<Note>
  Requires `repo`, `read:user`.
</Note>

## Path parameters

<div className="reference-table">
  | Field                                                            | Type      | Description                                       |
  | ---------------------------------------------------------------- | --------- | ------------------------------------------------- |
  | `threadId` <span className="required" title="required">\*</span> | `integer` | The unique identifier of the notification thread. |
</div>
