Project Events
list_project_eventsRetrieve GitLab project events such as commits, merge requests, and issue changes. Filter by action, target type, or date.
Instructions
List activity events for a single GitLab project — commits pushed, MRs opened/merged, issues touched, notes added. Accepts project full path or numeric ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project full path (e.g. "group/my-project") or numeric project ID | |
| 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 | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |