list_webhooks
Retrieve all webhooks configured in your Vercel account or team, optionally filtered by project ID or team scope.
Instructions
List webhooks configured in the account/team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Filter webhooks by project id. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |