# ExperimentRunQueryResponse

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/datasets/experiment_run_query_response/ExperimentRunQueryResponse)

## Signature

```python
ExperimentRunQueryResponse()
```

## Extends

- `BaseModel`

## Properties

- `id`
- `attachment_urls`
- `created_at`
- `dataset_id`
- `inputs`
- `metadata`
- `modified_at`
- `name`
- `outputs`
- `runs`
- `source_run_id`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/687fc8d527a28504432f52bd08c75f2894c209fe/python/langsmith/_openapi_client/types/datasets/experiment_run_query_response.py#L12)