GET
/repos/{owner}/{repo}/issues/{issue_number}/eventsList issue events
Lists the recorded events for a specific issue in a repository. Use owner, repo, and issue_number to identify the issue, then use the pagination parameters to retrieve additional event pages. Use page and per_page to paginate the results.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
ownerstringrequired
The account owner of the repository; the name is not case sensitive.
repostringrequired
The repository name without the `.git` extension; the name is not case sensitive.
issue_numberintegerrequired
The integer identifying the issue whose events you want to list.
per_pageintegeroptional
The number of results per page. Defaults to 30 when omitted.
pageintegeroptional
The page number to fetch. Defaults to 1 when omitted.
200Returns an array of event objects describing activity recorded for the issue.
idintegerrequired
node_idstringrequired
urlstringrequired
actorobjectrequired
A GitHub user.
eventstringrequired
commit_idstringrequired
commit_urlstringrequired
created_atstringrequired
performed_via_github_appobjectrequired
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.
labelobjectrequired
intentobjectoptional
The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.
410Returned when the endpoint is no longer available.
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional
Error handling
A 410 is returned when the endpoint is no longer available. owner, repo, and issue_number must identify the issue whose events you want to retrieve.