Search Buildsets
list_buildsetsSearch buildsets (groups of builds from a single event) with filters by project, pipeline, branch, change, and time. Optionally fetch full build details.
Instructions
Search buildsets (groups of builds triggered by a single event).
Args: tenant: Tenant name (uses default if empty) project: Filter by project pipeline: Filter by pipeline name change: Filter by change number branch: Filter by branch name ref: Filter by git ref result: Filter by result completed_after: Filter buildsets completed after this time (ISO 8601, e.g. "2026-04-18T00:00:00Z") completed_before: Filter buildsets completed before this time (ISO 8601) started_after: Filter buildsets started after this time (ISO 8601) started_before: Filter buildsets started before this time (ISO 8601) limit: Max results, 1-100 (default 20) skip: Offset for pagination include_builds: Fetch full details (builds, events) for each buildset. Saves a separate get_buildset call per result, but slower for large result sets. Best with limit <= 5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| skip | No | ||
| limit | No | ||
| branch | No | ||
| change | No | ||
| result | No | ||
| tenant | No | ||
| project | No | ||
| pipeline | No | ||
| started_after | No | ||
| include_builds | No | ||
| started_before | No | ||
| completed_after | No | ||
| completed_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |