list_jobs
List jobs from openQA using filters like build, test, result, or state. Use summary for compact triage data or full output for detailed analysis.
Instructions
List jobs 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 | ||
| offset | No | ||
| result | No | ||
| groupid | No | ||
| machine | No | ||
| summary | No | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |