v1

latestOpenAPI 3.1.02026-07-266016.5 KB

List Repositories

Gets a list of enabled repositories for the organization

get/repository/list

Response

Successfully retrieved list of enabled code repositories

Example response

{
  "codeRepositories": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "my-awesome-project",
      "url": "https://github.com/username/my-awesome-project",
      "branch": "main",
      "description": "An awesome web application built with React",
      "enabledAt": "2023-12-01T10:30:00.000Z",
      "createdAt": "2023-12-01T09:15:00.000Z",
      "updatedAt": "2023-12-01T11:45:00.000Z",
      "organizationId": "456e7890-e89b-12d3-a456-426614174001",
      "integration": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "type": "github",
        "name": "GitHub Integration"
      }
    }
  ]
}