Get project webhook
get_project_webhookFetch a single project webhook configuration by ID. Secret tokens and custom headers are never exposed.
Instructions
Get one project webhook configuration by ID. Secret tokens and secret custom headers are never exposed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | GitLab project ID or full path such as group/project. | |
| webhook_id | Yes | Project-scoped webhook ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |