Skip to main content
Glama

get_project_events

Retrieve and filter project activity logs from GitLab, including issues, merge requests, and notes, with date-based and type-specific filtering options.

Instructions

List all visible events for a specified project. Note: before/after parameters accept date format YYYY-MM-DD only

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID or URL-encoded path
actionNoIf defined, returns events with the specified action type
target_typeNoIf defined, returns events with the specified target type
beforeNoIf defined, Returns events created before the specified date (YYYY-MM-DD format). To include events on 2025-08-29, use before=2025-08-30
afterNoIf defined, Returns events created after the specified date (YYYY-MM-DD format). To include events on 2025-08-29, use after=2025-08-28
sortNoDirection to sort the results by creation date. Default: desc
pageNoReturns the specified results page. Default: 1
per_pageNoNumber of results per page. Default: 20

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zereight/gitlab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server