List timeline events for an issue
List all timeline events for an issue.
Path parameters
The account owner of the repository. The name is not case sensitive.
The name of the repository without the .git extension. The name is not case sensitive.
The number that identifies the issue.
Query parameters
The number of results per page (max 100). For more information, see "Using pagination in the REST API."
The page number of the results to fetch. For more information, see "Using pagination in the REST API."
A comma-separated list of timeline event names to exclude from the response.
Response
Response
Example response
[
{
"actor": {
"login": "octocat",
"id": 1,
"node_id": "MDQ6VXNlcjE=",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "41d064eb2195891e12d0413f63227ea7",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"starred_at": "\"2020-07-09T00:17:55Z\"",
"user_view_type": "public"
},
"performed_via_github_app": {
"id": 37,
"slug": "probot-owners",
"node_id": "MDExOkludGVncmF0aW9uMQ==",
"client_id": "\"Iv1.25b5d1e65ffc4022\"",
"owner": {
"login": "octocat",
"id": 1,
"node_id": "MDQ6VXNlcjE=",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "41d064eb2195891e12d0413f63227ea7",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"starred_at": "\"2020-07-09T00:17:55Z\"",
"user_view_type": "public"
},
"name": "Probot Owners",
"description": "The description of the app.",
"external_url": "https://example.com",
"html_url": "https://github.com/apps/super-ci",
"created_at": "2017-07-08T16:18:44-04:00",
"updated_at": "2017-07-08T16:18:44-04:00",
"permissions": {
"issues": "read",
"deployments": "write"
},
"events": [
"label",
"deployment"
],
"installations_count": 5
}
}
]Changes
Changed in 9 of the 62 revisions of this API.220
- ○
added
timeline-connected-eventtimeline-disconnected-eventto theitems/response propertyanyOflist for the response status200response-property-any-of-added
- ○
- ○
added the new optional
queryrequest parameterexcludenew-optional-request-parameter
- ○
- ○
added the optional property
items/anyOf[subschema #1: Labeled Issue Event]/intentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #20: Timeline Assigned Issue Event]/intentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #22: State Change Issue Event]/intentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #23: Issue Type Added Issue Event]/intentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #24: Issue Type Removed Issue Event]/intentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #25: Issue Type Changed Issue Event]/intentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #2: Unlabeled Issue Event]/intentto the response with the200statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added
blocked-by-added-issue-eventblocked-by-removed-issue-eventblocking-added-issue-eventblocking-removed-issue-eventto theitems/response propertyanyOflist for the response status200response-property-any-of-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added
sub-issue-added-issue-eventsub-issue-removed-issue-eventparent-issue-added-issue-eventparent-issue-removed-issue-eventto theitems/response propertyanyOflist for the response status200response-property-any-of-added
- ○
- ○
added the optional property
items/anyOf[subschema #14: Timeline Comment Event]/minimizedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #15: Timeline Cross Referenced Event]/source/issue/issue_field_values/items/issue_field_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #15: Timeline Cross Referenced Event]/source/issue/pinned_comment/minimizedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #6: Review Requested Issue Event]/requested_team/access_sourceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #7: Review Request Removed Issue Event]/requested_team/access_sourceto the response with the200statusresponse-optional-property-added
- ○
added
issue-type-added-issue-eventissue-type-removed-issue-eventissue-type-changed-issue-eventto theitems/response propertyanyOflist for the response status200response-property-any-of-added
- ○
- ●
added the new
multi_selectenum value to theitems/anyOf[subschema #15: Timeline Cross Referenced Event]/source/issue/issue_field_values/items/data_typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
items/anyOf[subschema #15: Timeline Cross Referenced Event]/source/issue/issue_field_values/items/multi_select_optionsto the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
items/anyOf[subschema #15: Timeline Cross Referenced Event]/source/issue/repository/has_commit_commentsfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
items/anyOf[subschema #15: Timeline Cross Referenced Event]/source/issue/repository/has_commit_commentsto the response with the200statusresponse-optional-property-added
- ○
Of the 62 revisions, 1 has no diff computed.