---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/reference/ydb-cli/commands/configuration/cluster/fetch.md?version=v26.1
  - https://ydb.tech/docs/ru/reference/ydb-cli/commands/configuration/cluster/fetch.md?version=v26.1
  - href: en/reference/ydb-cli/commands/configuration/cluster/fetch.md
    type: text/markdown
    title: Markdown version
  - href: ../../../../../llms.txt
    type: text/markdown
    title: llms.txt
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=v26.1) 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
```
