List project webhook delivery events
list_project_webhook_eventsList recent delivery events for a project webhook, returning only presence and size metadata with header secrets redacted.
Instructions
List recent delivery events for a specific project webhook. Response body contents are never exposed; only presence and size metadata are returned. Header secrets are redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| status | No | Filter by HTTP status code or status category (successful, client_failure, server_failure). | |
| project | Yes | GitLab project ID or full path such as group/project. | |
| per_page | No | ||
| webhook_id | Yes | Project-scoped webhook ID whose events are listed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |