---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ydb.tech/docs/en/reference/ydb-cli/commands/configuration/cluster/fetch.md?version=main
  - https://ydb.tech/docs/ru/reference/ydb-cli/commands/configuration/cluster/fetch.md?version=main
sourcePath: en/core/reference/ydb-cli/commands/configuration/cluster/fetch.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# admin cluster config fetch

With the `admin cluster config fetch` command, you can retrieve the current [dynamic](https://ydb.tech/docs/en/devops/configuration-management/configuration-v1/dynamic-config.md?version=main) configuration of the YDB cluster.

General command syntax:

```bash
ydb [global options...] admin cluster config fetch
```

* `global options` — Global parameters.

View the description of the dynamic configuration fetch command:

```bash
ydb admin cluster config fetch --help
```

## Examples {#examples}

Fetch the current dynamic configuration of the cluster:

```bash
ydb --endpoint grpc://localhost:2135 admin cluster config fetch > config.yaml
```
