Databricks SDK for JavaScript
    Preparing search index...
    interface ListSupervisorAgentsResponse {
        nextPageToken?: string;
        supervisorAgents?: SupervisorAgent[];
    }
    Index

    Properties

    nextPageToken?: string

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

    supervisorAgents?: SupervisorAgent[]