API Reference/GitList git triggers for a repositoryList git triggers for the given repository.GET/git/v1/repo/{repo}/triggerTestPath ParametersrepoRequiredstringThe repository idcURLJavaScriptcurl -X GET "https://api.freestyle.sh/git/v1/repo/<string>/trigger"200400403404500SuccessResponse{ "triggers": [ { "repositoryId": "string", "trigger": { "branches": [ "string" ], "globs": [ "string" ], "event": "push" }, "action": { "endpoint": "string", "action": "webhook" }, "managed": true, "id": "string", "createdAt": 0 } ] }TypeScriptPreviousList access tokens for a Git identity GETNextList Git identities GET