Skip to main content
GET
List branches

Authorizations

Authorization
string
header
required

API token: tsu_pat_… (PAT) or tsu_proj_… (project token). The token's granted RBAC permissions determine access; see each operation's x-permission.

Path Parameters

projectId
string
required

Project id (UUID) or id-embedded path slug.

Query Parameters

status
enum<string>

Filter by branch status (active or merged). Omitted = all.

Available options:
active,
merged
Example:

"active"

Response

The project's branches with their diff summaries.

success
boolean
required
data
object
required