Skip to main content
GET
/
api
/
v1
/
info
Error
A valid request URL is required to generate request examples
{
  "version": "<string>",
  "git_sha": "<string>",
  "license_expiration_time": "2023-11-07T05:31:56Z",
  "batch_ingest_config": {
    "use_multipart_endpoint": true,
    "scale_up_qsize_trigger": 1000,
    "scale_up_nthreads_limit": 16,
    "scale_down_nempty_trigger": 4,
    "size_limit": 100,
    "size_limit_bytes": 20971520
  },
  "instance_flags": {},
  "customer_info": {
    "customer_id": "<string>",
    "customer_name": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

The LangSmith server info.

version
string
required
git_sha
string | null
license_expiration_time
string<date-time> | null
batch_ingest_config
BatchIngestConfig · object

Batch ingest config.

instance_flags
Instance Flags · object
customer_info
CustomerInfo · object

Customer info.