# InsightsReportResult

> **Class** in `langsmith`

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

Full result of fetching an Insights report (job + clusters + summary + optional runs).

## Signature

```python
InsightsReportResult()
```

## Extends

- `BaseModel`

## Properties

- `id`
- `name`
- `status`
- `start_time`
- `end_time`
- `created_at`
- `metadata`
- `shape`
- `error`
- `config_id`
- `clusters`
- `report`
- `runs`
- `model_config`

## Methods

- [`to_json()`](https://reference.langchain.com/python/langsmith/schemas/InsightsReportResult/to_json)
- [`model_dump_json_dict()`](https://reference.langchain.com/python/langsmith/schemas/InsightsReportResult/model_dump_json_dict)

---

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