Pipelines List
GET {{baseUrl}}/:organization/:project/_apis/pipelines?orderBy=<string>&$top=<integer>&continuationToken=<string>&api-version=<string>
Get a list of pipelines.
Request Params
| Key | Datatype | Required | Description |
| orderBy
| string | | A sort expression. Defaults to "name asc" |
| $top
| string | | The maximum number of pipelines to return |
| continuationToken
| string | | A continuation token from a previous request, to retrieve the next page of results |
| api-version
| string | | (Required) Version of the API to use. This should be set to '6.0-preview.1' to use this version of the api. |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
[{"folder":"\u003cstring\u003e","id":"\u003cinteger\u003e","name":"\u003cstring\u003e","revision":"\u003cinteger\u003e"},{"folder":"\u003cstring\u003e","id":"\u003cinteger\u003e","name":"\u003cstring\u003e","revision":"\u003cinteger\u003e"}]