---
title: "[Retired] List cluster examples"
method: GET
path: "/inference-clusters/{cluster_id}/examples"
tags: ["inference-clusters"]
deprecated: true
---

# \[Retired\] List cluster examples

`GET /inference-clusters/{cluster_id}/examples`

> **Deprecated.**

Reject the retired cluster examples read.

Args:
    cluster_id: Cluster the caller asked for.

Raises:
    HTTPException: Always ``410 Gone``.

## Path parameters

- `cluster_id` string, uuid, required

## Other responses

- `410` — Not-pass inference clustering is retired.
- `422` — Validation Error

## Changes

- **2026-09-24** `1cffaad2a921` — 1 breaking, 5 warning, 3 info
  - removed the success response with the status `200`
  - deleted the `query` request parameter `include`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `offset`
  - …5 more

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/inference-clusters/:cluster_id/examples/get.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
