List events
gitlab_list_eventsList GitLab activity events for the current user or a project, covering pushes, comments, merges, and more. Filter by date, action, target type, or project.
Instructions
Activity stream for the current user or a project (pushes, comments, merges, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| sort | No | ||
| after | No | YYYY-MM-DD | |
| limit | No | Cap for all_pages (default 500) | |
| action | No | e.g. created, pushed, commented, merged, closed | |
| before | No | YYYY-MM-DD | |
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| project_id | No | Project events; omit for the current user's events | |
| target_type | No | e.g. issue, merge_request, note |