Databricks SDK for JavaScript
    Preparing search index...
    interface ListPipelinesResponse {
        nextPageToken?: string;
        statuses?: PipelineStateInfo[];
    }
    Index

    Properties

    nextPageToken?: string

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

    statuses?: PipelineStateInfo[]

    The list of events matching the request criteria.