---
title: "List Inference Cluster Examples"
method: GET
path: "/inference-clusters/{cluster_id}/examples"
tags: ["inference-clusters"]
---

# List Inference Cluster Examples

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

List representative examples for a cluster.

Args:
    cluster_id: Cluster ID.
    window: Example window.
    limit: Maximum examples.
    offset: Number of examples to skip.
    include: Compact or full inference shape.
    auth: Authentication result.

Returns:
    Paginated cluster examples.

## Path parameters

- `cluster_id` string, uuid, required

## Query parameters

- `window` '24h' | '7d' | '30d' | 'all'
- `limit` integer
- `offset` integer
- `include` 'compact' | 'full'

## Response `200`

Successful Response

- InferenceClusterInferencesResponse — Paginated inference list for cluster members or pass context. Attributes: cluster_id: Cluster ID. role: Which inference set was returned. inferences: Paginated inference records. total: Total records matching this request. limit: Page limit. offset: Page offset.
  - `cluster_id` string, required
  - `role` 'members' | 'pass_context', required
  - `inferences` InferenceClusterExample[], required
    - `id` string, required
    - `created_at` string, date-time, nullable
    - `input` string, required
    - `output` union
      - object
      - string
    - `llmaj_verdict` string, nullable
    - `llmaj_score` number, nullable
    - `llmaj_reasoning` string, nullable
    - `llmaj_corrected_output` unknown
    - `model_id` string, nullable
    - `training_job_id` string, nullable
    - `base_model` string, nullable
    - `provider` string, required
    - `full_record` object, nullable
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/revisions/31dfe831e079/schema)
