Introducing Virtual MCP Servers
LogoLogo
GithubJoin SlackSignupBook a Demo
  • Documentation
  • Self Hosted
  • Integrations
  • Guides
  • Enterprise
  • Introduction to AI Gateway
  • Supported Models
  • Supported MCP Servers
  • Getting Started
    • Quick Start
    • Working with API
    • Working with Multiple Agents
    • Working with MCPs
    • Working with Headers
    • User Tracking
    • Using Parameters
  • Concepts
    • Thread
    • Trace
    • Run
    • Label
    • Message
    • Virtual Models
      • Routing with Virtual Model
    • Virtual MCP Servers
  • Features
    • Tracing
    • Routing
    • MCP Support
    • Publishing MCP Servers
    • Usage
    • Analytics
    • Guardrails
    • User Roles
    • Cost Control
  • Python SDK
    • Getting Started
  • API Reference
  • Postman Collection
Powered by GitBook
LogoLogo

Social

  • LinkedIn
  • X
  • Youtube
  • Github

Platform

  • Pricing
  • Documentation
  • Blog

Company

  • Home
  • About

Legal

  • Privacy Policy
  • Terms of Service

2025 LangDB. All rights reserved.

On this page

Was this helpful?

Export as PDF
  1. Concepts

Run

Track and monitor complete workflows with Runs in LangDB AI Gateway for better observability, debugging, and insights.

PreviousTraceNextLabel

Last updated 17 days ago

Was this helpful?

A Run represents a single workflow or operation executed within LangDB. This could be a model invocation, a tool call, or any other discrete task. Each Run is independent and can be tracked separately, making it easier to analyze and debug individual workflows.

Example of a Run:

Core Features:

  • Granular Tracking: Analyze and optimize the performance and cost of individual Runs.

  • Independent Execution: Each Run has a distinct lifecycle, enabling precise observability.

Example:

Generating a summary of a document, analyzing a dataset, or fetching information from an external API – each is a Run.

Headers for Run:

  • x-run-id: Identifies a specific Run for tracking and debugging purposes.

A complete trace view group by a Run.