list_events
Retrieve GitLab events for the authenticated user. Filter by date range, action, target type, scope, and paginate results with sort and per-page options.
Instructions
List all events for the currently authenticated user. Note: before/after parameters accept date format YYYY-MM-DD only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Returns the specified results page. Default: 1 | |
| sort | No | Direction to sort the results by creation date. Default: desc | |
| after | No | If defined, Returns events created after the specified date (YYYY-MM-DD format). To include events on 2025-08-29, use after=2025-08-28 | |
| scope | No | Include all events across a user's projects | |
| action | No | If defined, returns events with the specified action type | |
| before | No | If defined, Returns events created before the specified date (YYYY-MM-DD format). To include events on 2025-08-29, use before=2025-08-30 | |
| per_page | No | Number of results per page. Default: 20 | |
| target_type | No | If defined, returns events with the specified target type |