List images in a Depot project registry
depot_list_imagesList container images stored in a Depot project registry, showing tag, digest, push time, and size. Use it to verify build outputs, locate digests before deploying, or check refresh times.
Instructions
List the container images stored in a Depot project's registry, with tag, digest, push time, and size.
Use this to check whether a build actually pushed what you expected, to find the digest behind a tag before a deploy, or to see when an image was last refreshed.
Requires a projectId; DEPOT_PROJECT_ID is used when set, and depot_list_projects lists the options.
Read-only: this cannot delete tags or images. Image deletion is deliberately not exposed by this server, since it is irreversible and something may be deploying what you delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum images to return. | |
| pageToken | No | nextPageToken from a previous call. | |
| projectId | No | The project whose registry to list. Falls back to DEPOT_PROJECT_ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | ||
| returned | Yes | ||
| projectId | Yes | ||
| nextPageToken | No |