Databricks SDK for JavaScript
    Preparing search index...

    Interface ListPipelineEventsResponse

    interface ListPipelineEventsResponse {
        events?: PipelineEvent[];
        nextPageToken?: string;
        prevPageToken?: string;
    }
    Index

    Properties

    events?: PipelineEvent[]

    The list of events matching the request criteria.

    nextPageToken?: string

    If present, a token to fetch the next page of events.

    prevPageToken?: string

    If present, a token to fetch the previous page of events.