List Depot container builds
depot_list_buildsList recent container builds for a Depot project, showing duration and cache effectiveness per build to identify slowdowns and low cache-hit runs without opening the dashboard.
Instructions
List recent container builds for a Depot project, with duration and cache effectiveness for each.
Use this to find a build to diagnose, or to answer "are our builds getting slower" — every row carries cachedSteps, totalSteps and secondsSaved, so a run of builds with a low cache hit ratio is visible immediately without opening the dashboard.
Requires a projectId; DEPOT_PROJECT_ID is used when set, and depot_list_projects lists the options. These are container builds only, not Depot CI runs — use depot_list_ci_runs for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum builds to return. | |
| pageToken | No | nextPageToken from a previous call. | |
| projectId | No | The project to list builds for. Falls back to DEPOT_PROJECT_ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| builds | Yes | ||
| returned | Yes | ||
| projectId | Yes | ||
| nextPageToken | No |