---
title: "Get architecture images"
method: GET
path: "/architectures/{id}/images"
tags: ["Catalog"]
---

# Get architecture images

`GET /architectures/{id}/images`

Returns the complete list of container images required to deploy an architecture and all its services and component dependencies.
The response always includes catalog asset images (the tool image used for housekeeping tasks
and the catalog infrastructure images for the catalog service itself).
Both embedded (built-in) and custom bundle architectures are supported.

## Path parameters

- `id` string, required

## Response `200`

List of container image references

- string[]

## Other responses

- `401` — Unauthorized - Invalid or missing access token
- `404` — Architecture not found
- `500` — Internal Server Error

## Changes

- **2026-09-01** `02b5a99f7a1a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/architectures/:id/images/get.md)

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/dba0cb4fa211/schema)
