---
title: "List an org's clusters (cursor-paginated)"
method: GET
path: "/v1/orgs/{orgId}/clusters"
tags: ["Clusters"]
---

# List an org's clusters (cursor-paginated)

`GET /v1/orgs/{orgId}/clusters`

## Path parameters

- `orgId` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Page of clusters

- ClusterPage
  - `items` ClusterSummary[], required
    - `activeReplicas` integer
    - `createdAt` string
    - `endpointUrl` string
    - `gpuModelId` string
    - `id` string, required
    - `name` string, required
    - `organizationId` string, required
    - `replicaCount` integer
    - `status` string, required
  - `nextCursor` string

## Other responses

- `400` — The request is invalid
- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

---

[API](https://skmtc.net/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.net/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/versions/4c42fd61ed41/schema)
