My Events
list_my_eventsRetrieve your GitLab activity feed showing pushes, merge requests, comments, and more. Filter by action type, date range, or target to quickly review your contributions.
Instructions
List the authenticated user's GitLab activity feed — pushes, MRs, comments, approvals, issue actions. Primary tool for "what did I just do". Requires user authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Filter by action type | |
| target_type | No | Filter by target resource type | |
| before | No | Only events before this date (YYYY-MM-DD) | |
| after | No | Only events after this date (YYYY-MM-DD) | |
| sort | No | Sort order (default desc — newest first) | desc |
| page | No | Page number (1-based) | |
| per_page | No | Results per page | |
| scope | No | Set to "all" to include events from any project you have access to, not just your own authored events | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |