Databricks SDK for JavaScript
    Preparing search index...
    interface ListBranchesRequest {
        pageSize?: number;
        pageToken?: string;
        parent?: string;
        showDeleted?: boolean;
    }
    Index

    Properties

    pageSize?: number

    Upper bound for items returned. Cannot be negative.

    pageToken?: string

    Page token from a previous response. If not provided, returns the first page.

    parent?: string

    The Project that owns this collection of branches. Format: projects/{project_id}

    showDeleted?: boolean

    Whether to include soft-deleted branches in the response. When true, deleted branches are included alongside active branches. Purged branches are never returned.