# List pools

List pools.

Endpoint: GET /api/pools
Version: 1.0
Security: ApiKeyAuth

## Response 200 fields (application/json):

  - `pools` (array, required)
    List of pools.

  - `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.
    Example: 10

  - `pools.default` (boolean, required)
    Whether the pool is the default pool.
    Example: true

  - `pools.id` (string, required)
    ID of the pool.
    Example: "42"

  - `pools.name` (string, required)
    Name of the pool. This name must be unique within the account.
    Example: "activation"


