v51

latestOpenAPI 3.0.1Apache License Version 2.0raw.githubusercontent.com2026-08-01304136381.9 KB
users

Get all of the GitHub Events for the logged in user.

get/users/github/events

Query parameters

offsetinteger

Start index of paging. Pagination results can be based on numbers or other values chosen by the registry implementor (for example, SHA values). If this exceeds the current result set return an empty set. If not specified in the request, this will start at the beginning of the results.

limitinteger

Amount of records to return in a given page, limited to 100

filterstring
sortColstring
sortOrderstring

Response

A list of GitHub Events for the logged in user

deliveryIdstring

The GitHub delivery ID, used to group events that belong to the same GitHub webhook invocation.

entryNamestring

The name of the entry associated with the event. An empty string indicates an entry with no name specified.

eventDateinteger
githubUsernamestring
idinteger
ignoredboolean

Whether or not the event was ignored.

messagestring
organizationstring
referencestring
repositorystring
successboolean
type'PUSH' | 'DELETE' | 'INSTALL' | 'UNINSTALL' | 'PUBLISH' | 'RELEASE'