Get pipeline list

Get pipeline list

get

Get the list of pipelines in the specified workspace.

Query parameters
workspaceSeqstringRequired
Responses
200
OK
*/*
get
GET /v1/pipelines?workspaceSeq=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "lastRunTime": "2023-06-14T09:10:03.000+00:00",
    "name": "cmdb-pipeline",
    "namespace": "cocktail-system",
    "plSeq": 26,
    "releaseResCount": 4,
    "releaseTime": "2023-04-28T06:36:36.000+00:00",
    "releaseVer": "4.0",
    "status": "ERROR",
    "updateResCount": 0,
    "ver": "5.0"
  }
]

Was this helpful?