Notes Read
deprecated
Read the Git note attached to a commit or other Git object SHA. Notes let you store review status, handoff details, or other context without changing repository contents.
JWT claims
Required scopes: git:read
Requires per repo scope: Yes
Deprecated: Use /api/repos/{repo_name}/notes instead.
GET
Notes Read
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Git object SHA whose note should be fetched.
Response
The note stored for the requested Git object.
A single Git note attached to a commit, including the current notes ref tip.
Previous
Notes WriteAttach text to a Git object without changing the repository contents. Use notes for review markers, internal decisions, or other lightweight context.
#### JWT claims
Required scopes: `git:write`
Requires per repo scope: Yes
Deprecated: Use `/api/repos/{repo_name}/notes` instead.
Next
Notes Read