# geni resource config get (/cli/resource/config/get)



```sh
geni resource config get [id] [flags]
```

Shows the workflow's current runtime config: which credential is wired to each service slot, the value of each const, and each trigger's binding (schedule, timezone, poll inputs).

## Synopsis [#synopsis]

```sh
geni resource config get
geni resource config get wf_01HX --json
```

| Arg / Flag     | Notes                                           |
| -------------- | ----------------------------------------------- |
| `[id]`         | Workflow id. Omit to use the marker in `--dir`. |
| `--dir <path>` | Resource directory. Defaults to cwd.            |
| `--json`       | Machine-readable output.                        |

Set bindings with [`geni resource config set`](/cli/resource/config/set).
