ListPipelinesRequest: {
    hasBackendStageLb?: boolean;
    name?: string;
    orderBy?: ListPipelinesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
}

Type declaration

  • OptionalhasBackendStageLb?: boolean

    Filter on backend stage, only pipelines with a Load Balancer origin will be returned.

  • Optionalname?: string

    Pipeline name to filter for, only pipelines with this string within their name will be returned.

  • OptionalorderBy?: ListPipelinesRequestOrderBy

    Sort order of pipelines in the response.

  • OptionalorganizationId?: string

    Organization ID to filter for, only pipelines from this Organization will be returned.

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of pipelines to return per page.

  • OptionalprojectId?: string

    Project ID to filter for, only pipelines from this Project will be returned.