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

# Get service images

`GET /services/{id}/images`

Returns the complete list of container images required to deploy a service and all its 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 services 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` — Service 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/services/: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)
