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

# Get models for a service

`GET /services/{id}/models`

Returns all unique model names referenced in the schema of a service's component dependencies

## Path parameters

- `id` string, required

## Response `200`

List of unique model names

- string[]

## Other responses

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

## Changes

- **2026-09-01** `3d10027d662f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/services/:id/models/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/724b290d658d/schema)
