Databricks SDK for JavaScript
    Preparing search index...
    interface ListRegistryWebhooksResponse {
        nextPageToken?: string;
        webhooks?: RegistryWebhook[];
    }
    Index

    Properties

    nextPageToken?: string

    Token that can be used to retrieve the next page of artifact results

    webhooks?: RegistryWebhook[]

    Array of registry webhooks.