# InfoListResponse

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/_openapi_client/types/info_list_response/InfoListResponse)

The LangSmith server info.

## Signature

```python
InfoListResponse()
```

## Extends

- `BaseModel`

## Properties

- `version`
- `batch_ingest_config`
- `customer_info`
- `git_sha`
- `instance_flags`
- `license_expiration_time`

---

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