Runs List
GET {{baseUrl}}/:organization/:project/_apis/pipelines/:pipelineId/runs?api-version=<string>
Gets top 10000 runs for a particular pipeline.
Request Params
| Key | Datatype | Required | Description |
| 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
[{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"}]