interface ListPipelinesResponse {
    pipelines: Pipeline[];
    totalCount: number;
}

Properties

pipelines: Pipeline[]

Paginated list of pipelines.

totalCount: number

Count of all pipelines matching the requested criteria.