1. Packages
  2. Harness Provider
  3. API Docs
  4. platform
  5. getPipelineList
Harness v0.8.4 published on Thursday, Sep 11, 2025 by Pulumi

harness.platform.getPipelineList

Explore with Pulumi AI

harness logo
Harness v0.8.4 published on Thursday, Sep 11, 2025 by Pulumi

    Data source for retieving the Harness pipleine List

    Using getPipelineList

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPipelineList(args: GetPipelineListArgs, opts?: InvokeOptions): Promise<GetPipelineListResult>
    function getPipelineListOutput(args: GetPipelineListOutputArgs, opts?: InvokeOptions): Output<GetPipelineListResult>
    def get_pipeline_list(identifier: Optional[str] = None,
                          limit: Optional[int] = None,
                          name: Optional[str] = None,
                          org_id: Optional[str] = None,
                          page: Optional[int] = None,
                          project_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetPipelineListResult
    def get_pipeline_list_output(identifier: Optional[pulumi.Input[str]] = None,
                          limit: Optional[pulumi.Input[int]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          org_id: Optional[pulumi.Input[str]] = None,
                          page: Optional[pulumi.Input[int]] = None,
                          project_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetPipelineListResult]
    func GetPipelineList(ctx *Context, args *GetPipelineListArgs, opts ...InvokeOption) (*GetPipelineListResult, error)
    func GetPipelineListOutput(ctx *Context, args *GetPipelineListOutputArgs, opts ...InvokeOption) GetPipelineListResultOutput

    > Note: This function is named GetPipelineList in the Go SDK.

    public static class GetPipelineList 
    {
        public static Task<GetPipelineListResult> InvokeAsync(GetPipelineListArgs args, InvokeOptions? opts = null)
        public static Output<GetPipelineListResult> Invoke(GetPipelineListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPipelineListResult> getPipelineList(GetPipelineListArgs args, InvokeOptions options)
    public static Output<GetPipelineListResult> getPipelineList(GetPipelineListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: harness:platform/getPipelineList:getPipelineList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    Identifier string
    Unique identifier of the resource.
    Limit int
    Name string
    Name of the resource.
    Page int
    OrgId string
    Unique identifier of the organization.
    ProjectId string
    Unique identifier of the project.
    Identifier string
    Unique identifier of the resource.
    Limit int
    Name string
    Name of the resource.
    Page int
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.
    identifier String
    Unique identifier of the resource.
    limit Integer
    name String
    Name of the resource.
    page Integer
    orgId string
    Unique identifier of the organization.
    projectId string
    Unique identifier of the project.
    identifier string
    Unique identifier of the resource.
    limit number
    name string
    Name of the resource.
    page number
    org_id str
    Unique identifier of the organization.
    project_id str
    Unique identifier of the project.
    identifier str
    Unique identifier of the resource.
    limit int
    name str
    Name of the resource.
    page int
    orgId String
    Unique identifier of the organization.
    projectId String
    Unique identifier of the project.
    identifier String
    Unique identifier of the resource.
    limit Number
    name String
    Name of the resource.
    page Number

    getPipelineList Result

    The following output properties are available:

    Description string
    Description of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    OrgId string
    Unique identifier of the organization.
    Pipelines List<GetPipelineListPipeline>
    ProjectId string
    Unique identifier of the project.
    Tags List<string>
    Tags to associate with the resource.
    Identifier string
    Unique identifier of the resource.
    Limit int
    Name string
    Name of the resource.
    Page int
    Description string
    Description of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    OrgId string
    Unique identifier of the organization.
    Pipelines []GetPipelineListPipeline
    ProjectId string
    Unique identifier of the project.
    Tags []string
    Tags to associate with the resource.
    Identifier string
    Unique identifier of the resource.
    Limit int
    Name string
    Name of the resource.
    Page int
    description String
    Description of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    orgId String
    Unique identifier of the organization.
    pipelines List<GetPipelineListPipeline>
    projectId String
    Unique identifier of the project.
    tags List<String>
    Tags to associate with the resource.
    identifier String
    Unique identifier of the resource.
    limit Integer
    name String
    Name of the resource.
    page Integer
    description string
    Description of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    orgId string
    Unique identifier of the organization.
    pipelines GetPipelineListPipeline[]
    projectId string
    Unique identifier of the project.
    tags string[]
    Tags to associate with the resource.
    identifier string
    Unique identifier of the resource.
    limit number
    name string
    Name of the resource.
    page number
    description str
    Description of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    org_id str
    Unique identifier of the organization.
    pipelines Sequence[GetPipelineListPipeline]
    project_id str
    Unique identifier of the project.
    tags Sequence[str]
    Tags to associate with the resource.
    identifier str
    Unique identifier of the resource.
    limit int
    name str
    Name of the resource.
    page int
    description String
    Description of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    orgId String
    Unique identifier of the organization.
    pipelines List<Property Map>
    projectId String
    Unique identifier of the project.
    tags List<String>
    Tags to associate with the resource.
    identifier String
    Unique identifier of the resource.
    limit Number
    name String
    Name of the resource.
    page Number

    Supporting Types

    GetPipelineListPipeline

    Identifier string
    Name string
    Identifier string
    Name string
    identifier String
    name String
    identifier string
    name string
    identifier String
    name String

    Package Details

    Repository
    harness pulumi/pulumi-harness
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the harness Terraform Provider.
    harness logo
    Harness v0.8.4 published on Thursday, Sep 11, 2025 by Pulumi