---
title: "List all MaaS model refs"
method: GET
path: "/api/v1/all-maas-models"
tags: ["models"]
---

# List all MaaS model refs

`GET /api/v1/all-maas-models`

Returns all MaaSModelRef resources across the cluster as summaries.
K8s calls: GET /k8s/v1/maasmodelref

## Response `200`

List of MaaSModelRef summaries

- object
  - `data` MaaSModelRefSummary[], required
    - `name` string, required — Name of the MaaSModelRef resource
    - `namespace` string, required — Namespace of the MaaSModelRef resource
    - `displayName` string — Human-readable display name (from openshift.io/display-name annotation)
    - `description` string — Optional description of the model (from openshift.io/description annotation)
    - `modelRef` ModelReference, required — Reference to a model endpoint
      - `kind` 'LLMInferenceService' | 'ExternalModel', required — Kind of the model resource
      - `name` string, required — Name of the model resource
    - `phase` 'Pending' | 'Ready' | 'Unhealthy' | 'Failed' — Current phase of the model (from status)
    - `statusMessage` string — Human-readable status message from the Ready condition in status.conditions
    - `reason` string — Reason from the Ready condition in status.conditions
    - `status` string — Status from the Ready condition in status.conditions (e.g. True, False, Unknown)
    - `conditionType` string — Condition type from the Ready condition in status.conditions
    - `lastTransitionTime` string, date-time — lastTransitionTime from the Ready condition in status.conditions
    - `endpoint` string — Endpoint URL for the model (from status)
    - `modelCapabilities` string[] — Model capability tags from the opendatahub.io/model-capabilities annotation (e.g. text-generation, vision). Absent when the annotation was not set.

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/opendatahub-io/apis/maas-bff-api.md) · [All operations](https://skmtc.net/opendatahub-io/apis/maas-bff-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendatahub-io/maas-bff-api/revisions/1f732899279c/schema)
