Parameters
| Parameter | Type | Description |
|---|---|---|
cursor | Optional | Pagination cursor from previous response |
limit | Optional | Maximum number of branches to return (default: 20) |
JWT Requirements
- The JWT must include the repository in the
repoclaim - Requires
git:readscope
Response
Notes
- The cursor field is an opaque pagination token for each branch
- The next_cursor value should be used for fetching the next page
- Branches are ordered by creation time
Error Responses
| Status | Description |
|---|---|
401 Unauthorized | Invalid JWT or missing git:read scope |