Skip to main content

Get the repository branches (that has CICD runs)

Get a list with all the repositories branches for the requesting customer The returned branches are branches that has at list one CICD runs each branches item includes: name, creationDate, CICD status

Query Parameters
  • repoOwner string required
  • repoName string required
Responses

repository branches


Schema
  • branches object[] required
  • Array [
  • creationDate string nullable required
  • defaultBranch boolean required
  • name string required
  • ]
  • source string required
Loading...