get_pipelines: Get information of all pipelines of a given type available...

View source: R/pipeline.R

get_pipelinesR Documentation

Get information of all pipelines of a given type available for a given project_id.

Description

Get information of all pipelines of a given type available for a given project_id.

Usage

get_pipelines(project_id, type)

Arguments

project_id

id of the project, can be obtained with get_projects().

type

type of the pipeline to retrieve among "component", "template", or "run".

Value

list - parsed content of all pipelines of the given type for the supplied project_id.


previsionio documentation built on March 18, 2022, 6:41 p.m.