# get_unknown_keys

> **Function** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/config/get_unknown_keys)

Return warnings for unrecognized top-level keys (typos, etc.).

## Signature

```python
get_unknown_keys(
    raw_config: dict,
) -> list[str]
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/55ec2f21939ce7755e6398c11b541de8926245ee/libs/cli/langgraph_cli/config.py#L593)