GitLab Events API

The GitLab Events API provides programmatic access to review event activity across GitLab. It supports listing all events, retrieving user contribution events, and viewing project-specific events such as pushes, comments, issue updates, and merge request actions.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4events
name: GitLab Events API
tags:
- Activity
- Audit
- Events
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://gitlab.com/api/v4
humanURL: https://docs.gitlab.com/api/events/
overlays: []
properties:
- url: https://docs.gitlab.com/api/events/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Events API provides programmatic access to review event activity across GitLab.
  It supports listing all events, retrieving user contribution events, and viewing project-specific events
  such as pushes, comments, issue updates, and merge request actions.