Skip to content
Pile
Esc
navigateopen⌘Jpreview

List git automation target branches

GET/workspaces/{organizationId}/git-automation-target-branches
Path parameters
organizationIdstringrequired
Responses
200Target branches
branchesobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
namestringrequired
patternstring | nullrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/git-automation-target-branches"
Response
{
  "branches": [
    {
      "id": "string",
      "organizationId": "string",
      "name": "string",
      "pattern": "string",
      "createdAt": "string"
    }
  ]
}