---
title: "GET /users/github/events"
method: GET
path: "/users/github/events"
tags: ["users"]
---

# GET /users/github/events

`GET /users/github/events`

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

## Query parameters

- `offset` integer
- `limit` integer
- `filter` string
- `sortCol` string
- `sortOrder` string

## Response `200`

A list of GitHub Events for the logged in user

- LambdaEvent[]
  - `deliveryId` string — The GitHub delivery ID, used to group events that belong to the same GitHub webhook invocation.
  - `entryName` string — The name of the entry associated with the event. An empty string indicates an entry with no name specified.
  - `eventDate` integer
  - `githubUsername` string
  - `id` integer
  - `ignored` boolean — Whether or not the event was ignored.
  - `message` string
  - `organization` string
  - `reference` string
  - `repository` string
  - `success` boolean
  - `type` 'PUSH' | 'DELETE' | 'INSTALL' | 'UNINSTALL' | 'PUBLISH' | 'RELEASE'

---

[API](https://skmtc.dev/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.dev/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/revisions/9d82a4e96aa7/schema)
