Get Build Chroot
Query Parameters
Build ID
Mock chroot name (e.g., “fedora-40-x86_64”)
Response
Chroot name
Unix timestamp when chroot build started
Unix timestamp when chroot build ended
URL to build results directory
Build state for this chroot: “importing”, “pending”, “starting”, “running”, “succeeded”, “failed”, “canceled”, “skipped”
List Build Chroots
Query Parameters
Build ID
Number of items per page
Number of items to skip
Order direction (ASC or DESC)
Response
Array of build chroot objects (same structure as Get Build Chroot)
Pagination metadata
Get Build Chroot Config
Query Parameters
Build ID
Mock chroot name
Response
List of base repository URLs used for this build
Additional repository URLs configured for the project
Additional packages installed in buildroot
RPM —with options
RPM —without options
Memory limit in MB
Build timeout in seconds
Whether network access is enabled
Whether this is a background build
Bootstrap container mode
Bootstrap container image URL
Get Built Packages
Query Parameters
Build ID
Mock chroot name
Response
Returns a dictionary containing package information with NEVRA (Name-Epoch-Version-Release-Architecture) details.Array of package objects with NEVRA information