GET
github_notifications_get_thread.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get one notification thread: what it concerns, and the reason you were notified.
from charter.packs import github
result = await github.notifications_get_thread.ainvoke({"threadId": ...})
repo, read:user.| Field | Type | Description |
|---|---|---|
threadId * | integer | The unique identifier of the notification thread. |
Was this page helpful?