Skip to main content
GET
List Branches

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
Example:

"my-project"

Query Parameters

Search filter for branch name (case-insensitive partial match)

Example:

"feature"

status
enum<string>
default:all

Filter by branch status

Available options:
active,
merged,
all
Example:

"active"

Response

List of branches

data
object[]
required