list_jobs_overview
Fetch a filtered overview of openQA jobs with options for build, test, or result. Summary mode provides compact triage; full data can be saved for further processing.
Instructions
List a condensed jobs overview matching the given filters.
WARNING: the full result can be very large (~1.5 MB / 150+ jobs for a
populated build) and may be truncated by MCP clients. For triage, pass
summary=True for a compact per-result breakdown. To work with the full data,
save it to a temporary file and process it with jq, e.g.
jq '.jobs[] | select(.result=="failed")'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| arch | No | ||
| test | No | ||
| build | No | ||
| group | No | ||
| limit | No | ||
| state | No | ||
| distri | No | ||
| latest | No | ||
| result | No | ||
| groupid | No | ||
| machine | No | ||
| summary | No | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |