---
title: "Get a pool"
method: GET
path: "/api/pools/{poolId}"
tags: ["Pool"]
---

# Get a pool

`GET /api/pools/{poolId}`

Get a pool.

## Path parameters

- `poolId` integer, required — ID of the pool

## Response `200`

Pool

- RestPool
  - `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.

## Other responses

- `404` — Pool not found

---

[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)
