# get_runtime_environment

> **Function** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/env/get_runtime_environment)

Get information about the LangChain runtime environment.

## Signature

```python
get_runtime_environment() -> dict
```

## Returns

`dict`

A dictionary with information about the runtime environment.

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/311675a517f51ec6c77454124293c58df517e952/libs/core/langchain_core/env.py#L9)