list_webhooks
Fetch paginated webhooks for a GitFlic project, returning webhook IDs, callback URLs, and subscribed event types.
Instructions
List webhooks configured for a GitFlic project with pagination. Returns webhook IDs, callback URLs, and subscribed event types. Webhooks send HTTP POST requests to external URLs when project events occur (pushes, issues, MRs, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| size | No | Items per page | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |