Databricks SDK for JavaScript
    Preparing search index...

    Response for ListEndpoints carrying the page of endpoints and an optional continuation token.

    interface ListEndpointsResponse {
        endpoints?: Endpoint[];
        nextPageToken?: string;
    }
    Index

    Properties

    endpoints?: Endpoint[]

    The endpoints in the workspace.

    nextPageToken?: string

    A token that can be used to get the next page of results. Empty when there are no more results.