Get Webhook Event
gitlab_get_webhook_eventFind a specific GitLab webhook event by its ID. Provide hook ID and event ID; optionally include page to limit search scope.
Instructions
Find one webhook event by ID. Provide page when known, otherwise scans up to 500 recent events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| hook_id | Yes | ||
| event_id | Yes | ||
| group_id | No | ||
| project_id | No |