---
title: "Read Catalog Info For Particular Client"
method: GET
path: "/control/clients/{client_id}"
tags: ["clients", "control"]
---

# Read Catalog Info For Particular Client

`GET /control/clients/{client_id}`

Read catalog information for one client by id.
Built on console command _llist client_

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

## Path parameters

- `client_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/versions/c6a9677e1448/schema)
