Skip to content
  • Auto
  • Light
  • Dark
Get Started
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

Branches

List
client.vals.branches.list(stringvalID, BranchListParams { limit, offset } query, RequestOptionsoptions?): PageCursorURL<BranchListResponse { id, createdAt, forkedBranchId, 4 more } >
get/v2/vals/{val_id}/branches
Retrieve
client.vals.branches.retrieve(stringbranchID, BranchRetrieveParams { val_id } params, RequestOptionsoptions?): BranchRetrieveResponse { id, createdAt, forkedBranchId, 4 more }
get/v2/vals/{val_id}/branches/{branch_id}
Create
client.vals.branches.create(stringvalID, BranchCreateParams { name, branchId } body, RequestOptionsoptions?): BranchCreateResponse { id, createdAt, forkedBranchId, 4 more }
post/v2/vals/{val_id}/branches
Delete
client.vals.branches.delete(stringbranchID, BranchDeleteParams { val_id } params, RequestOptionsoptions?): void
delete/v2/vals/{val_id}/branches/{branch_id}