Lists every active branch as a terminal page. Each item carries the branch name, deterministic branch id, generation, status, parent lineage (fork version and timestamp when forked), and logical creation version.
Paginated responses use opaque cursors. Clients should pass the returned cursor back to the same command shape and must not parse cursor contents.
Examples
List branches.
CLI
$ strata branch create feature
$ strata branch list
Wire
{"branch":"feature","type":"branch_create"}
{"type":"branch_list"}
Parameters
No parameters.
Returns
Page<BranchItem, String>.
Errors
Invocation
- CLI:
strata branch list - Wire type:
branch_list