Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAppsRequest

    Request to list all apps deployed in the workspace

    interface ListAppsRequest {
        pageSize?: number;
        pageToken?: string;
        space?: string;
    }
    Index

    Properties

    pageSize?: number

    Upper bound for items returned.

    pageToken?: string

    Pagination token to go to the next page of apps. Requests first page if absent.

    space?: string

    Filter apps by app space name. When specified, only apps belonging to this space are returned.