meta { name: Get Git Repositories type: http seq: 1 } get { url: http://mycrm.test/api/git-repos/4/commits?branch=main&limit=50 body: none auth: none } params:query { branch: main limit: 50 } headers { Accept: application/json Cookie: {{sessionCookie}} } docs { # Get Git Repositories Fetches all Git repositories associated with a specific project. ## Query Parameters - `project`: Project ID (required for security filtering) ## Security - Requires authentication via session cookie - SearchFilter ensures only repositories for the specified project are returned - Voter checks are applied on individual items }