buildx_history_list
List recent BuildKit build records with ref, status, step counts, and timestamps to locate a build for inspection. Requires buildx v0.13+.
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).
Raises RemoteFailureError if the CLI call fails.
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 |