---
title: "List pools"
method: GET
path: "/api/pools"
tags: ["Pool"]
---

# List pools

`GET /api/pools`

List pools.

## Response `200`

List of pools

- RestPoolCollection
  - `pools` RestPool[], required — List of pools.
    - `concurrencyLimit` integer, required — Maximum number of concurrent attempts that can run in this pool. Total concurrency limit of all pools cannot exceed the account's concurrency limit.
    - `default` boolean, required — Whether the pool is the default pool.
    - `id` string, required — ID of the pool.
    - `name` string, required — Name of the pool. This name must be unique within the account.

---

[API](https://skmtc.net/treasure/apis/treasure-workflow.md) · [All operations](https://skmtc.net/treasure/apis/treasure-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/treasure-workflow/revisions/4eedf1838ef4/schema)
