Amazon ECR · Arazzo Workflow
Amazon ECR Image Inventory
Version 1.0.0
Describe a repository, list its image IDs with pagination, and fetch image detail.
View Spec
View on GitHub
Amazon Web ServicesContainer ImagesContainer RegistryContainersDockerECROCIArazzoWorkflows
Provider
Workflows
image-inventory
Paginate a repository's image IDs and resolve their detailed manifests.
Confirms the repository exists, walks the ListImages pagination loop to gather image IDs, and resolves detailed manifests through BatchGetImage.
1
confirmRepository
Describe the repository to confirm it is registered before listing its images.
2
listImages
List the image IDs for the repository, applying the optional tag-status filter and page size.
3
listMoreImages
Request the next page of image IDs using the pagination token returned by the previous ListImages call, looping until no token remains.
4
resolveImages
Resolve detailed manifests for the discovered image IDs through BatchGetImage.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.