Retrieve branches in a repository with pagination.Documentation Index
Fetch the complete documentation index at: https://code.storage/docs/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Pagination cursor from previous response
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
Invalid JWT or missing
git:read scope