action gitlab_get_v3_hooks { label: "Get the list of system hooks" description: "Get the list of system hooks" provider: gitlab method: GET path: "/v3/hooks" encoding: json output: { type: "object" additionalProperties: true } }