buildx_history_list
List recent BuildKit build history records with ref, status, step counts, and timestamps to locate and inspect past Docker builds.
Instructions
List recent build records (BuildKit build history), parsed from --format '{{json .}}'.
Each record is a past build with its ref, name, status, step counts, and timestamps — useful for
finding a build to drill into with buildx_history_inspect. Requires buildx >= v0.13 (older
versions have no history subcommand and this raises with the CLI's "unknown command" error).
args: builder - Builder instance to read history from (defaults to the active builder) returns: list - One dict per build record (ref, name, status, total/completed/cached steps, times)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| builder | No |