list_pipeline_runs
List recent pipeline runs in Azure DevOps, filtering by branch, state, result, and creation date to quickly locate specific builds.
Instructions
List recent runs for a pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| pipelineId | Yes | Pipeline numeric ID | |
| top | No | Maximum number of runs to return (1-100) | |
| continuationToken | No | Continuation token for pagination | |
| branch | No | Branch to filter by (e.g., "main" or "refs/heads/main") | |
| state | No | Filter by current run state | |
| result | No | Filter by final run result | |
| createdFrom | No | Filter runs created at or after this time (ISO 8601) | |
| createdTo | No | Filter runs created at or before this time (ISO 8601) | |
| orderBy | No | Sort order for run creation date | createdDate desc |