Skip to main content
GET
List a branch’s direct child branches, paginated

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

projectId
string
required

Project UUID, not a slug. Resolve a slug with GET /project/slug/{slug} using the same workspace and credentials, then pass the returned id.

Query Parameters

sortDirection
enum<string>
Available options:
asc,
desc
sort
string

BranchSort key (default "modified")

limit
number
offset
number
parentId
string

Parent branch id; "master" (default) for branches off Base

Response

200 - application/json
branches
object[]
required
has_more
boolean
required
total
number
required