---
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

## Changes

- **2026-03-19** `7bbcecd856b2` — 1 warning
  - removed the optional property `git_sha` from the response with the `200` status
- **2026-03-13** `c07181e1d313` — 1 info
  - added the optional property `git_sha` to the response with the `200` status

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/info/get.md)

---

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