Pipelines List

GET {{baseUrl}}/:organization/:project/_apis/pipelines?orderBy=<string>&$top=<integer>&continuationToken=<string>&api-version=<string>

Get a list of pipelines.

Request Params

KeyDatatypeRequiredDescription
orderBystringA sort expression. Defaults to "name asc"
$topstringThe maximum number of pipelines to return
continuationTokenstringA continuation token from a previous request, to retrieve the next page of results
api-versionstring(Required) Version of the API to use. This should be set to '6.1-preview.1' to use this version of the api.

RESPONSES

status: OK

[{&quot;folder&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;revision&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;folder&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;revision&quot;:&quot;\u003cinteger\u003e&quot;}]