---
title: "Get Server Info"
method: GET
path: "/api/v1/info"
tags: ["info"]
---

# Get Server Info

`GET /api/v1/info`

Get information about the current deployment of LangSmith.

## Response `200`

Successful Response

- InfoGetResponse — The LangSmith server info.
  - `version` string, required
  - `git_sha` string, nullable
  - `license_expiration_time` string, date-time, nullable
  - `batch_ingest_config` BatchIngestConfig — Batch ingest config.
    - `use_multipart_endpoint` boolean
    - `scale_up_qsize_trigger` integer
    - `scale_up_nthreads_limit` integer
    - `scale_down_nempty_trigger` integer
    - `size_limit` integer
    - `size_limit_bytes` integer
  - `instance_flags` object
  - `customer_info` CustomerInfo — Customer info.
    - `customer_id` string, required
    - `customer_name` string, required

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
