LangWatch · Capability
LangWatch Simulation Runs API
Query and retrieve completed agent simulation runs and batches. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Simulation Runs API is a Naftiko capability published by LangWatch, one of 20 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET and POST methods rooted at /v1/api.
The capability includes 3 read-only operations and 1 state-changing operation. Lead operation: List simulation runs. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Simulations, and Agent Testing.
What You Can Do
GET
Listsimulationruns
— List simulation runs.
/v1/api/simulation-runs
GET
Getsimulationrun
— Retrieve a simulation run.
/v1/api/simulation-runs/{scenarioRunId}
GET
Listbatches
— List simulation-run batches.
/v1/api/simulation-runs/batches/list
POST
Postscenarioevent
— Ingest a scenario event from a simulator runner.
/v1/api/scenario-events
MCP Tools
langwatch-listSimulationRuns
List simulation runs.
read-only
idempotent
langwatch-getSimulationRun
Retrieve a simulation run.
read-only
idempotent
langwatch-listBatches
List simulation-run batches.
read-only
idempotent
langwatch-postScenarioEvent
Ingest a scenario event from a simulator runner.