# InsightsSummaryReport

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/schemas/InsightsSummaryReport)

High-level summary of an insights job: key points and highlighted traces.

## Signature

```python
InsightsSummaryReport()
```

## Extends

- `BaseModel`

## Properties

- `key_points`
- `title`
- `highlighted_traces`
- `created_at`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/aadfe00ed2cf31808d14a32646e73030a9eeb0b5/python/langsmith/schemas.py#L1471)