Is LangSmith Down? How to Check LangChain LangSmith Status in 2026

Complete guide to verifying LangSmith outages, understanding why trace ingestion and evaluation runs fail, and keeping your LLM observability pipeline reliable.

6 min read
Staff Pick

📡 Monitor your APIs — know when they go down before your users do

Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.

Start Free →

Affiliate link — we may earn a commission at no extra cost to you

LangSmith is LangChain's hosted observability platform for tracing, debugging, and evaluating LLM applications — used widely by teams shipping agents and RAG pipelines built on the LangChain and LangGraph frameworks. Unlike a core inference API, LangSmith sits alongside your application rather than in the critical execution path, which changes what a "LangSmith is down" incident actually means for your users.

Whether you're seeing missing traces in the dashboard, stalled evaluation runs, or errors submitting feedback scores, this guide answers the key question: is LangSmith down for everyone, and is your production LLM traffic actually affected?

How to Check if LangSmith is Down (Fastest Methods)

1. Check the Official LangChain Status Page

LangChain publishes a status page covering LangSmith tracing, the evaluation service, and the dashboard UI. Check it first for any active incidents before digging into your own integration.

2. Test the LangSmith API Directly

A quick API test isolates whether the issue is on LangSmith's end or your integration:

curl https://api.smith.langchain.com/info \
  -H "x-api-key: $LANGSMITH_API_KEY" \
  -o /dev/null -w "%{http_code}"

A 200 response means LangSmith is reachable. A 401 means your API key is invalid. A 5xx or connection timeout means LangSmith is experiencing an outage.

3. Confirm Your Application Isn't Actually Broken

This is the most important step for LangSmith specifically: the official Python and JS SDKs submit traces asynchronously in the background and are designed to fail silently rather than block or crash your LLM calls. If LangSmith is down, your chatbot or agent should keep responding to users — only the tracing and evaluation layer is affected.

4. Check Local SDK Buffering Warnings

Review your application logs for LangSmith client warnings about failed submissions or growing local trace buffers. This confirms the tracing pipeline is degraded without you needing to speculate about the cause.

📡
Recommended

Monitor Your LLM Observability Stack

Don't fly blind on your LLM app's behavior. Get instant alerts when LangSmith trace ingestion stops working.

Try Better Stack Free →

Why Does LangSmith Go Down?

LangSmith's role as a high-volume telemetry sink for LLM applications creates its own set of failure modes:

  • Trace Ingestion Backpressure: Teams running high-throughput agents can generate large volumes of nested trace spans. Sudden spikes in trace volume can overwhelm ingestion capacity faster than autoscaling responds.
  • Evaluation Run Queue Backlogs: Running large-scale evaluation datasets against multiple models queues significant compute. Backlogs during peak usage can delay eval results without affecting live tracing.
  • Dataset Storage Issues: Datasets, example sets, and annotation queues are stored separately from live traces. Storage-layer incidents can affect dataset management while trace ingestion stays healthy, or vice versa.
  • Dashboard-Only Degradation: The web UI and the ingestion API are separate services. It's possible for traces to be ingesting normally while the dashboard itself is slow or erroring.
  • Underlying Cloud Provider Issues: As a hosted SaaS platform, LangSmith runs on cloud infrastructure that can experience regional incidents affecting latency or availability.

LangSmith Troubleshooting Checklist

Step 1: Identify the Error Type

  • HTTP 401 — API key invalid or expired. Regenerate in your LangSmith settings.
  • HTTP 429 — Rate limit exceeded on trace ingestion. Check your plan's trace volume limits.
  • HTTP 5xx / timeout — Platform-level outage. Check the LangChain status page.
  • Traces missing but no SDK errors — Possible dashboard-only degradation; ingestion may still be processing with delay.
  • Evaluation runs stuck "pending" — Compute queue backlog, typically resolves without action.

Step 2: Confirm Production Traffic Is Unaffected

Since tracing is decoupled from execution in the official SDKs, verify your chatbot, agent, or RAG pipeline is still serving real responses before treating a LangSmith outage as user-facing.

Step 3: Disable Tracing Temporarily if Needed

If a growing local trace buffer is causing memory pressure in a high-throughput service, set LANGCHAIN_TRACING_V2=false temporarily until LangSmith recovers, then re-enable it.

Step 4: Set Up Independent Monitoring

Don't rely solely on LangSmith's own status page — monitor the API endpoint directly so you know about ingestion failures even if the status page hasn't updated yet.

Best LangSmith Alternatives When It's Down

Langfuse

Open-source, self-hostable LLM observability with tracing, evals, and prompt management.

Helicone

Lightweight proxy-based logging for LLM calls, minimal integration overhead.

Arize Phoenix

Open-source tracing and evaluation toolkit with strong OpenTelemetry support.

Weights & Biases Weave

LLM tracing built on W&B's established experiment tracking infrastructure.

Conclusion: Tracing Should Never Take Down Your LLM App

LangSmith gives LangChain teams visibility they can't get otherwise, but it's built to fail safely — a LangSmith outage should degrade your observability, not your product. Teams that verify this decoupling and monitor the ingestion endpoint independently spot real incidents faster and avoid false alarms.

Get LangSmith Outage Alerts Instantly

Monitor LangSmith and your entire LLM observability stack. Get instant Slack or email alerts the moment trace ingestion fails.

Start Your Free Trial →

Alert Pro

14-day free trial

Stop checking — get alerted instantly

Next time LangSmith goes down, you'll know in under 60 seconds — not when your users start complaining.

  • Email alerts for LangSmith + 9 more APIs
  • $0 due today for trial
  • Cancel anytime — $9/mo after trial

🛠 Tools We Use & Recommend

Tested across our own infrastructure monitoring 200+ APIs daily

Better StackBest for API Teams

Uptime Monitoring & Incident Management

Used by 100,000+ websites

Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.

We use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.

Free tier · Paid from $24/moStart Free Monitoring
1PasswordBest for Credential Security

Secrets Management & Developer Security

Trusted by 150,000+ businesses

Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.

After covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.

ElevenLabsBest for AI Voice

AI Voice & Audio Generation

Used by 1M+ developers

Text-to-speech, voice cloning, and audio AI for developers. Build voice features into your apps with a simple API.

The best AI voice API we've tested — natural-sounding speech with low latency. Essential for any app adding voice features.

Free tier · Paid from $5/moTry ElevenLabs Free
SEMrushBest for SEO

SEO & Site Performance Monitoring

Used by 10M+ marketers

Track your site health, uptime, search rankings, and competitor movements from one dashboard.

We use SEMrush to track how our API status pages rank and catch site health issues early.

From $129.95/moTry SEMrush Free
View full comparison & more tools →Affiliate links — we earn a commission at no extra cost to you