Databricks SDK for JavaScript
    Preparing search index...

    The request/response messages for the ListUpdates API. The default behavior is to return the 25 most recent updates in timestamp descending order for the given pipeline. No custom sorting or filtering is supported.

    interface ListUpdatesRequest {
        maxResults?: number;
        pageToken?: string;
        pipelineId?: string;
        untilUpdateId?: string;
    }
    Index

    Properties

    maxResults?: number

    Max number of entries to return in a single page.

    pageToken?: string

    Page token returned by previous call

    pipelineId?: string

    The pipeline to return updates for.

    untilUpdateId?: string

    If present, returns updates until and including this update_id.