cURL
curl --request GET \ --url https://staging.depot.mesa.dev/{org}/{repo}/branches \ --header 'Authorization: Bearer <token>'
{ "branches": [ { "name": "<string>", "head_sha": "<string>", "is_default": true } ], "next_cursor": "<string>", "has_more": true }
List all branches in a repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
1 <= x <= 100
Branch list
Show child attributes