Returns the list of pipelines in user's "My Pipelines" section.

pipeline_list_my(auth_token = NULL, ...)

Arguments

auth_token

auth token

...

parameters passed to sbgapi function

Value

parsed list of the returned json

Examples

token = '420b4672ebfc43bab48dc0d18a32fb6f' req = pipeline_list_my(token)
#> Error: HTTP Status 404: /1.1/pipeline/my not found