pipelines

Get a Pipeline within a Pack

Get the specified Pipeline within the specified Pack.

get/p/{pack}/pipelines/{id}

Path parameters

idstring required

The <code>id</code> of the Pipeline to get.

packstring required

The <code>id</code> of the Pack to get.

Response

a list of Pipeline objects

countinteger

number of items present in the items array

Changes