---
title: "GET /v1/pools"
method: GET
path: "/v1/pools"
tags: ["pools"]
---

# GET /v1/pools

`GET /v1/pools`

## Response `200`

Pools visible to this gateway replica

- PoolListResponse
  - `pools` Pool[], required
    - `spec` PoolSpec, required
      - `bundle` string, nullable
      - `gpu_caps` object
      - `gpus` object
      - `minimum_worker_count` integer
      - `name` string, required
      - `ttl_seconds` integer, nullable
    - `status` PoolStatus, required
      - `assigned_workers` AssignedWorker[]
        - `gpu` string, required
        - `name` string, required
        - `url` string, required
      - `created_at` number, double
      - `last_renewed` number, double
      - `state` 'pending' | 'active' | 'expired', required

## Other responses

- `401` — Missing or invalid bearer token (inference token)
- `500` — Gateway auth enabled but no tokens configured

## Changes

- **2026-05-27** `d145a90eb76e` — 1 info
  - added the optional property `pools/items/spec/gpu_caps` to the response with the `200` status
- **2026-05-08** `a499d5bea359` — 4 warning
  - removed the optional property `pools/items/spec/gpu_caps` from the response with the `200` status
  - removed the optional property `pools/items/spec/pinned_models` from the response with the `200` status
  - removed the optional property `pools/items/spec/queue_pool` from the response with the `200` status
  - removed the optional property `pools/items/status/assigned_workers/items/bundle` from the response with the `200` status

[Change history](https://skmtc.dev/superlinked/apis/sie-gateway/changes/v1/pools/get.md)

---

[API](https://skmtc.dev/superlinked/apis/sie-gateway.md) · [All operations](https://skmtc.dev/superlinked/apis/sie-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superlinked/sie-gateway/revisions/d145a90eb76e/schema)
