# get_tracing_status

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/config/get_tracing_status)

Summarize LangSmith tracing configuration for diagnostics.

Reads only the local environment and the active LangSmith profile; never
contacts the network and never exposes secret values. All fields are
resolved prefix-/profile-aware so the report matches what the runtime does
after bootstrap, even though `dcode doctor` runs before it.

## Signature

```python
get_tracing_status() -> TracingStatus
```

## Returns

`TracingStatus`

A `TracingStatus` snapshot describing the current tracing setup.

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/7794b61a6e76230e8c7a49bdce808b3728305914/libs/code/deepagents_code/config.py#L3586)