---
title: "Read Pool"
method: GET
path: "/control/pools/{pool_id}"
tags: ["pools", "control"]
---

# Read Pool

`GET /control/pools/{pool_id}`

Read catalog information abour just one pool by id.
Built on console command _llist pool_

**Warning** Director does not support direct query by _id_ we query all pools and filter the result.
Maybe more time consuming than expected in large settings.

## Path parameters

- `pool_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bareos/apis/bareos-rest-api.md) · [All operations](https://skmtc.net/bareos/apis/bareos-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bareos/bareos-rest-api/revisions/c6a9677e1448/schema)
