Skip to main content

Get the repository branches (that has CICD runs)

GET 

/code/api/v1/repositories/branches

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

Request

Query Parameters

    repoOwner stringrequired
    repoName stringrequired

Responses

repository branches

Schema
    branches object[]required
  • Array [
  • creationDate stringnullablerequired
    defaultBranch booleanrequired
    name stringrequired
  • ]
  • source stringrequired
Loading...